Browse Source

Restart exim

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

+ 3
- 0
src/freedombone-logging View File

81
 if [ -d /etc/prosody ]; then
81
 if [ -d /etc/prosody ]; then
82
     service prosody restart
82
     service prosody restart
83
 fi
83
 fi
84
+if [ -d /etc/exim4 ]; then
85
+    service exim4 restart
86
+fi
84
 
87
 
85
 exit 0
88
 exit 0