aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/systemd/cgit-repos.timer
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-03-01 11:28:20 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-03-01 11:28:20 +0300
commitb71876eb459f55773ad3cb06eede0cfde93bf10c (patch)
tree162f6b89247c4edb28da81e2cd77913391cf8745 /systemd/cgit-repos.timer
parentrename the modules (diff)
downloadcgitize-b71876eb459f55773ad3cb06eede0cfde93bf10c.tar.gz
cgitize-b71876eb459f55773ad3cb06eede0cfde93bf10c.zip
rename systemd units
Diffstat (limited to 'systemd/cgit-repos.timer')
-rw-r--r--systemd/cgit-repos.timer10
1 files changed, 10 insertions, 0 deletions
diff --git a/systemd/cgit-repos.timer b/systemd/cgit-repos.timer
new file mode 100644
index 0000000..de56c5a
--- /dev/null
+++ b/systemd/cgit-repos.timer
@@ -0,0 +1,10 @@
+[Unit]
+Description=Pull cgit repositories periodically
+
+[Timer]
+Persistent=false
+OnCalendar=daily
+AccuracySec=1
+
+[Install]
+WantedBy=timers.target