mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-22 19:29:24 +01:00
acmesh-ssl.sh: expand pkill in the comment
This commit is contained in:
parent
2482458136
commit
ac95625690
@ -36,7 +36,7 @@ chown -R syncplay:root $SYNCPLAYDIR
|
||||
# Mumble
|
||||
$ACMESH --fullchain-file $MUMBLEDIR/fullchain.cer --key-file $MUMBLEDIR/$DOMAINNAME.key --reloadcmd "$SYSTEMCTLRESTART mumble-server"
|
||||
# future on 1.3.0 +
|
||||
# --reloadcmd "pkill $(cat /var/run/mumble-server/mumble-server.pid) -USR1"
|
||||
# --reloadcmd "/usr/bin/pkill $(cat /var/run/mumble-server/mumble-server.pid) -USR1"
|
||||
chmod -R 700 $MUMBLEDIR/
|
||||
chown -R mumble-server:mumble-server $MUMBLEDIR/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user