ansible-roles/evolinux-base/templates/system/alert5.sh.j2

8 lines
186 B
Django/Jinja

#!/bin/sh
## sends a mail when booting
date | mail -s'boot/reboot' {{ reboot_alert_email or general_alert_email | mandatory }}
## starts the firewall
#/etc/init.d/minifirewall restart