From ff74a2f3b5b2ea97f5d1f148910515e26b376c48 Mon Sep 17 00:00:00 2001 From: James Hogarth Date: Wed, 1 Mar 2017 00:49:06 +0000 Subject: Update to 10.0.4 This also includes: - a few php7+ bug fixes - systemd based cron for background tasks - migration steps from owncloud --- nextcloud-systemd-timer.timer | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nextcloud-systemd-timer.timer (limited to 'nextcloud-systemd-timer.timer') 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 + -- cgit