mirror of
https://github.com/YunoHost-Apps/mumbleserver_ynh.git
synced 2024-09-03 19:46:03 +02:00
fix
This commit is contained in:
parent
c6b10e831f
commit
e5ddf82a54
2 changed files with 2 additions and 3 deletions
|
@ -7,8 +7,7 @@ After=network.target
|
||||||
User=mumble-server
|
User=mumble-server
|
||||||
Group=mumble-server
|
Group=mumble-server
|
||||||
Type=forking
|
Type=forking
|
||||||
# https://www.freedesktop.org/software/systemd/man/systemd.exec.html#RuntimeDirectory=
|
#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
|
||||||
|
|
|
@ -119,7 +119,7 @@ usermod --append --groups ssl-cert mumble-server
|
||||||
|
|
||||||
# || true temporarily to ignore a bug in murmurd 1.3.0
|
# || true temporarily to ignore a bug in murmurd 1.3.0
|
||||||
# https://github.com/mumble-voip/mumble/issues/3911
|
# https://github.com/mumble-voip/mumble/issues/3911
|
||||||
murmurd -ini "$mumble_conf" -supw "$su_passwd" "$instance_id" || true 2>&1
|
ynh_exec_warn_less murmurd -ini "$mumble_conf" -supw "$su_passwd" "$instance_id" || true
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# Disable default server installed by Debian's package
|
# Disable default server installed by Debian's package
|
||||||
|
|
Loading…
Add table
Reference in a new issue