summaryrefslogtreecommitdiff
path: root/libre/pacman/pacman-keyring.timer
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-07-29 14:56:44 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-07-29 15:01:55 -0300
commit3e805c32fd3a7ae1befdcfcd8f3aaeb7610d6794 (patch)
treef29be25eb270532296985049233937f52d2c94eb /libre/pacman/pacman-keyring.timer
parent26c0aa2a34dae7b4ff2d9cb9f7b35ee2890bdfc2 (diff)
downloadabslibre-3e805c32fd3a7ae1befdcfcd8f3aaeb7610d6794.tar.gz
abslibre-3e805c32fd3a7ae1befdcfcd8f3aaeb7610d6794.tar.bz2
abslibre-3e805c32fd3a7ae1befdcfcd8f3aaeb7610d6794.zip
pacman-4.2.1-2.parabola2: convert cron job to systemd timer and leave cron as optional dependency -> https://lists.parabola.nu/pipermail/dev/2015-July/003128.html
Diffstat (limited to 'libre/pacman/pacman-keyring.timer')
-rw-r--r--libre/pacman/pacman-keyring.timer11
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/pacman/pacman-keyring.timer b/libre/pacman/pacman-keyring.timer
new file mode 100644
index 000000000..137ef7c70
--- /dev/null
+++ b/libre/pacman/pacman-keyring.timer
@@ -0,0 +1,11 @@
+[Unit]
+Description=Refresh pacman keyring once a week
+Documentation=man:pacman-key
+
+[Timer]
+OnCalendar=weekly
+AccuracySec=1h
+Persistent=true
+
+[Install]
+WantedBy=multi-user.target