mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-23 11:12:48 +01:00
acmesh-ssl.bash: introduce $SYSTEMCTLRELOAD for bitbot
This commit is contained in:
parent
0ac85c1678
commit
10a46ad721
@ -26,6 +26,7 @@ ACMESH="/root/.acme.sh/acme.sh --install-cert -d $DOMAINNAME"
|
|||||||
|
|
||||||
# restarting with systemctl
|
# restarting with systemctl
|
||||||
SYSTEMCTLRESTART="systemctl restart --quiet"
|
SYSTEMCTLRESTART="systemctl restart --quiet"
|
||||||
|
SYSTEMCTLRELOAD="systemctl reload --quiet"
|
||||||
|
|
||||||
# Start by creating the directories if they don't exist
|
# Start by creating the directories if they don't exist
|
||||||
/bin/mkdir -p $SYNCPLAYDIR $MUMBLEDIR $ZNCDIR $BITBOTDIR
|
/bin/mkdir -p $SYNCPLAYDIR $MUMBLEDIR $ZNCDIR $BITBOTDIR
|
||||||
@ -49,6 +50,6 @@ chmod -R 700 $ZNCDIR
|
|||||||
chown -R znc:znc $ZNCDIR
|
chown -R znc:znc $ZNCDIR
|
||||||
|
|
||||||
# Bitbot - would accept SIGUSR1 for reloading things including cert, but too painful
|
# Bitbot - would accept SIGUSR1 for reloading things including cert, but too painful
|
||||||
$ACMESH --key-file $BITBOTDIR/key.pem --fullchain-file $BITBOTDIR/cert.pem --reloadcmd "$SYSTEMCTLRESTART bitbot"
|
$ACMESH --key-file $BITBOTDIR/key.pem --fullchain-file $BITBOTDIR/cert.pem --reloadcmd "$SYSTEMCTLRELOAD bitbot"
|
||||||
chmod -R 700 $BITBOTDIR
|
chmod -R 700 $BITBOTDIR
|
||||||
chown -R bitbot:bitbot $BITBOTDIR
|
chown -R bitbot:bitbot $BITBOTDIR
|
||||||
|
Loading…
Reference in New Issue
Block a user