summaryrefslogtreecommitdiffstats
path: root/nextcloud-systemd-timer.timer
diff options
context:
space:
mode:
Diffstat (limited to 'nextcloud-systemd-timer.timer')
-rw-r--r--nextcloud-systemd-timer.timer10
1 files changed, 10 insertions, 0 deletions
diff --git a/nextcloud-systemd-timer.timer b/nextcloud-systemd-timer.timer
new file mode 100644
index 0000000..cfaf4b7
--- /dev/null
+++ b/nextcloud-systemd-timer.timer
@@ -0,0 +1,10 @@
+[Unit]
+Description=This triggers the nextcloud cron service
+
+[Timer]
+OnBootSec=5min
+OnUnitInactiveSec=15min
+
+[Install]
+WantedBy=timers.target
+