reload tor first
This commit is contained in:
parent
d5f6748ca1
commit
812f5db8fb
|
@ -210,6 +210,9 @@ else
|
|||
fi
|
||||
|
||||
systemctl restart syslog
|
||||
if [ -d /etc/tor ]; then
|
||||
systemctl reload tor
|
||||
fi
|
||||
if [ -d /etc/nginx ]; then
|
||||
systemctl restart php5-fpm
|
||||
systemctl restart nginx
|
||||
|
@ -226,9 +229,6 @@ fi
|
|||
if [ -d /etc/dovecot ]; then
|
||||
systemctl restart dovecot
|
||||
fi
|
||||
if [ -d /etc/tor ]; then
|
||||
systemctl reload tor
|
||||
fi
|
||||
if [ -f /etc/mumble-server.ini ]; then
|
||||
systemctl restart mumble-server
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue