Update MOTD automatically on boot

The cron every minute was pointlessly excessive considering this doesn't
actually change minute-to-minute.
This commit is contained in:
Joshua Boniface 2023-09-01 15:42:29 -04:00
parent 86026de8ef
commit 30ddeb0fee
1 changed files with 1 additions and 1 deletions

View File

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