move the MOTD refresh up from 1 minute to 5 minutes

This commit is contained in:
Dustin Kirkland 2009-02-03 10:02:50 +01:00
commit 4ba1ad1cd1

View file

@ -1,4 +1,4 @@
# Default windows # Default windows
screen -t shell 3 screen -t shell 3
screen -t MOTD 2 watch -n 60 cat /etc/motd screen -t MOTD 2 watch -n 300 cat /etc/motd
screen -t welcome 1 screen-profiles-helper screen -t welcome 1 screen-profiles-helper