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:
parent
d27959ead1
commit
fac388ed79
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue