2019-05-28 02:49:40 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Jamulus-Server
|
|
|
|
After=network.target
|
|
|
|
StartLimitIntervalSec=0
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
Restart=always
|
|
|
|
RestartSec=1
|
|
|
|
User=jamulus
|
2019-05-28 04:16:48 +02:00
|
|
|
ExecStart=/usr/bin/jamulus -s -n -a DEBIAN -e jamulus.fischvolk.de -g -w "Welcome on a Server"
|
2019-05-28 02:49:40 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|