summaryrefslogtreecommitdiffstats
path: root/nextcloud-systemd-timer.timer
diff options
context:
space:
mode:
authorJames Hogarth <james.hogarth@gmail.com>2017-03-01 00:49:06 +0000
committerJames Hogarth <james.hogarth@gmail.com>2017-03-01 00:49:06 +0000
commitff74a2f3b5b2ea97f5d1f148910515e26b376c48 (patch)
tree6430bcdd6ff78571767522e2046128a07cd5a382 /nextcloud-systemd-timer.timer
parent8d3b8566de3445a209b73d2b25e24b8e4dfb7513 (diff)
Update to 10.0.4
This also includes: - a few php7+ bug fixes - systemd based cron for background tasks - migration steps from owncloud
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
+