Compare commits

...

2 Commits

Author SHA1 Message Date
b7b633422b Add extra space for clarity 2022-11-03 01:50:04 -04:00
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
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# cron file for motd
# {{ 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