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

Restart icecast after logging changes

parent 764114c2
No related branches found
No related tags found
No related merge requests found
......@@ -269,6 +269,9 @@ fi
if [ -d /etc/prosody ]; then
systemctl restart prosody
fi
if [ -d /etc/ices2 ]; then
systemctl restart icecast2
fi
if [ -d /etc/dovecot ]; then
systemctl restart dovecot
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