Skip to content
Snippets Groups Projects
Commit 812f5db8 authored by Bob Mottram's avatar Bob Mottram
Browse files

reload tor first

parent d5f6748c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment