summaryrefslogtreecommitdiffstats
path: root/.config/systemd/user/nextcloud-sync.timer
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2023-08-25 17:55:32 +0200
committerJustin Gassner <justin.gassner@mailbox.org>2023-09-18 12:39:47 +0200
commit159003fd48ef797dc9ef9d52fc753bec8d8ff72b (patch)
treeff542e87318854a46c93a73d3d1ce202929a1947 /.config/systemd/user/nextcloud-sync.timer
parentafb499d81dc22ccc00fbd999862360a3e6f16cdb (diff)
downloaddotfiles-159003fd48ef797dc9ef9d52fc753bec8d8ff72b.tar.zst
configx1
Diffstat (limited to '.config/systemd/user/nextcloud-sync.timer')
-rw-r--r--.config/systemd/user/nextcloud-sync.timer10
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/systemd/user/nextcloud-sync.timer b/.config/systemd/user/nextcloud-sync.timer
new file mode 100644
index 0000000..ee174d7
--- /dev/null
+++ b/.config/systemd/user/nextcloud-sync.timer
@@ -0,0 +1,10 @@
+[Unit]
+Description=Sync with Nextcloud every hour
+
+[Timer]
+OnCalendar=hourly
+RandomizedDelaySec=5min
+Persistent=true
+
+[Install]
+WantedBy=timers.target