Bob Mottram 10 anni fa
parent
commit
6c81c2a3e5
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3
    0
      src/freedombone-logging

+ 3
- 0
src/freedombone-logging Vedi 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