14 lines
246 B
Desktop File
14 lines
246 B
Desktop File
[Unit]
|
|
Description=DI Legacy Secure Server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=di
|
|
ExecStart=/usr/bin/di-legacy-secure -C /etc/di/legacy-secure.conf
|
|
ExecStop=/bin/kill -15 $MAINPID
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|