aboutsummaryrefslogtreecommitdiff
path: root/crontab/root.crontab
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-07-25 10:34:36 +0200
committerCharles Cabergs <me@cacharle.xyz>2021-07-25 10:34:36 +0200
commit1c2e8586f4d9cd147bbf245194beb08de1f97701 (patch)
treef9ace458c38e0a1a29d0e07fd1a074eb76d1599d /crontab/root.crontab
parent578b88abc88697409f4885f47ef2c4754201ef7f (diff)
downloaddotfiles-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.crontab5
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