Bob Mottram hace 9 años
padre
commit
6c81c2a3e5
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      src/freedombone-logging

+ 3
- 0
src/freedombone-logging Ver fichero

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