From 15bf2f08fe11c174a2684c85cc9d719c295ad217 Mon Sep 17 00:00:00 2001 From: Patrick Marchand Date: Fri, 15 Mar 2019 21:47:36 +0100 Subject: [PATCH] Make alert5 restart minifirewall in case it is run manually --- evolinux-base/templates/system/alert5.sh.j2 | 2 +- evolinux-base/templates/system/alert5.sysvinit.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/evolinux-base/templates/system/alert5.sh.j2 b/evolinux-base/templates/system/alert5.sh.j2 index 7949af28..678635a6 100644 --- a/evolinux-base/templates/system/alert5.sh.j2 +++ b/evolinux-base/templates/system/alert5.sh.j2 @@ -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 diff --git a/evolinux-base/templates/system/alert5.sysvinit.j2 b/evolinux-base/templates/system/alert5.sysvinit.j2 index 41a5b611..636d6561 100644 --- a/evolinux-base/templates/system/alert5.sysvinit.j2 +++ b/evolinux-base/templates/system/alert5.sysvinit.j2 @@ -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