Make alert5 restart minifirewall in case it is run manually

This commit is contained in:
Patrick Marchand 2019-03-15 21:47:36 +01:00
parent f3b54188d3
commit 15bf2f08fe
2 changed files with 2 additions and 2 deletions

View file

@ -4,4 +4,4 @@
date | mail -s'boot/reboot' {{ reboot_alert_email or general_alert_email | mandatory }}
## starts the firewall
#/etc/init.d/minifirewall start
#/etc/init.d/minifirewall restart

View file

@ -13,4 +13,4 @@
### END INIT INFO
date | mail -s'boot/reboot' {{ reboot_alert_email or general_alert_email | mandatory }}
#/etc/init.d/minifirewall start
#/etc/init.d/minifirewall restart