Joshua M. Boniface fac388ed79 Update MOTD automatically on boot
The cron every minute was pointlessly excessive considering this doesn't
actually change minute-to-minute.
2022-11-03 01:39:10 -04:00

5 lines
112 B
Django/Jinja

# cron file for motd
# {{ ansible_managed }}
@reboot root /bin/sh /usr/local/sbin/update-motd.sh &>/dev/null