diff options
Diffstat (limited to 'crontab')
| -rw-r--r-- | crontab/root.crontab | 5 | ||||
| -rw-r--r-- | crontab/user.crontab | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/crontab/root.crontab b/crontab/root.crontab new file mode 100644 index 0000000..ada8721 --- /dev/null +++ b/crontab/root.crontab @@ -0,0 +1,5 @@ +# Meant to be installed as root + +* * */2 * * pacman --noconfirm -Syu >> /var/log/pacman_update.log + +# vim:ft=crontab diff --git a/crontab/user.crontab b/crontab/user.crontab new file mode 100644 index 0000000..a675e15 --- /dev/null +++ b/crontab/user.crontab @@ -0,0 +1,4 @@ +* * */1 * * . $HOME/.zprofile ; clout pull +* * */1 * * . $HOME/.zprofile ; newsboat -x reload + +# vim:ft=crontab |
