summaryrefslogtreecommitdiff
path: root/pkgsync-ng-nt.timer
diff options
context:
space:
mode:
authorherkulessi <git@herkulessi.de>2026-04-30 16:45:14 +0200
committerherkulessi <git@herkulessi.de>2026-04-30 16:45:14 +0200
commit3be308fe0ccd820514f68423c31b3fdddc87cb7d (patch)
tree336c08b26674554be136588a8726161e91d77c04 /pkgsync-ng-nt.timer
parentb9f85117b0ded60e424acde5b5fa05fcab103323 (diff)
Add systemd-units
Diffstat (limited to 'pkgsync-ng-nt.timer')
-rw-r--r--pkgsync-ng-nt.timer11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgsync-ng-nt.timer b/pkgsync-ng-nt.timer
new file mode 100644
index 0000000..03cde74
--- /dev/null
+++ b/pkgsync-ng-nt.timer
@@ -0,0 +1,11 @@
+[Unit]
+Description="Run pkgsync-ng-nt periodicallly"
+
+[Timer]
+OnBootSec=5min
+OnUnitActiveSec=24h
+OnCalendar=*-*-* 04:00:00
+Unit=pkgsync-ng-nt.service
+
+[Install]
+WantedBy=multi-user.target