diff --git a/src/freedombone-logging b/src/freedombone-logging index e063f86a..296f941c 100755 --- a/src/freedombone-logging +++ b/src/freedombone-logging @@ -78,5 +78,8 @@ fi if [ -f /etc/init.d/spamassassin ]; then service spamassassin restart fi +if [ -d /etc/prosody ]; then + service prosody restart +fi exit 0