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