Browse Source

Restart prosody

Bob Mottram 9 years ago
parent
commit
90713a87db
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/freedombone-logging

+ 3
- 0
src/freedombone-logging View File

@@ -78,5 +78,8 @@ fi
78 78
 if [ -f /etc/init.d/spamassassin ]; then
79 79
     service spamassassin restart
80 80
 fi
81
+if [ -d /etc/prosody ]; then
82
+    service prosody restart
83
+fi
81 84
 
82 85
 exit 0