aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/isync.timer
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/isync.timer')
-rw-r--r--systemd/isync.timer12
1 files changed, 12 insertions, 0 deletions
diff --git a/systemd/isync.timer b/systemd/isync.timer
new file mode 100644
index 0000000..f06938a
--- /dev/null
+++ b/systemd/isync.timer
@@ -0,0 +1,12 @@
+# must be symlinked from ~/.config/systemd/user
+[Unit]
+Description=isync timer
+
+[Timer]
+# run 5m after boot
+OnBootSec=5m
+# then every hour
+OnUnitActiveSec=1m
+
+[Install]
+WantedBy=timers.target