service
This commit is contained in:
parent
876e767eed
commit
9cb34e44e1
1 changed files with 14 additions and 0 deletions
14
distributions/jamulus-server.service
Normal file
14
distributions/jamulus-server.service
Normal file
|
@ -0,0 +1,14 @@
|
|||
[Unit]
|
||||
Description=Jamulus-Server
|
||||
After=network.target
|
||||
StartLimitIntervalSec=0
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
RestartSec=1
|
||||
User=jamulus
|
||||
ExecStart=/usr/bin/jamulus -s -n
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in a new issue