diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-07-25 10:34:36 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-07-25 10:34:36 +0200 |
| commit | 1c2e8586f4d9cd147bbf245194beb08de1f97701 (patch) | |
| tree | f9ace458c38e0a1a29d0e07fd1a074eb76d1599d /crontab/root.crontab | |
| parent | 578b88abc88697409f4885f47ef2c4754201ef7f (diff) | |
| download | dotfiles-1c2e8586f4d9cd147bbf245194beb08de1f97701.tar.gz dotfiles-1c2e8586f4d9cd147bbf245194beb08de1f97701.tar.bz2 dotfiles-1c2e8586f4d9cd147bbf245194beb08de1f97701.zip | |
Added crontab for pacman, clout and newsboat
Diffstat (limited to 'crontab/root.crontab')
| -rw-r--r-- | crontab/root.crontab | 5 |
1 files changed, 5 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 |
