mirror of
https://github.com/YunoHost-Apps/mumbleserver_ynh.git
synced 2024-09-03 19:46:03 +02:00
Update systemd.service
This commit is contained in:
parent
5f642084e1
commit
f5a8322330
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ After=network.target
|
||||||
User=mumble-server
|
User=mumble-server
|
||||||
Group=mumble-server
|
Group=mumble-server
|
||||||
Type=forking
|
Type=forking
|
||||||
#RuntimeDirectory=mumble-server
|
RuntimeDirectory=mumble-server
|
||||||
ExecStart=/usr/sbin/murmurd -ini __FINALPATH__/mumble-server.ini
|
ExecStart=/usr/sbin/murmurd -ini __FINALPATH__/mumble-server.ini
|
||||||
PIDFile=/var/run/mumble-server/__APP__.pid
|
PIDFile=/var/run/mumble-server/__APP__.pid
|
||||||
ExecReload=/bin/kill -s HUP $MAINPID
|
ExecReload=/bin/kill -s HUP $MAINPID
|
||||||
|
|
Loading…
Add table
Reference in a new issue