diff options
author | James Hogarth <james.hogarth@gmail.com> | 2017-03-01 00:49:06 +0000 |
---|---|---|
committer | James Hogarth <james.hogarth@gmail.com> | 2017-03-01 00:49:06 +0000 |
commit | ff74a2f3b5b2ea97f5d1f148910515e26b376c48 (patch) | |
tree | 6430bcdd6ff78571767522e2046128a07cd5a382 /nextcloud-systemd-timer.service | |
parent | 8d3b8566de3445a209b73d2b25e24b8e4dfb7513 (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.service')
-rw-r--r-- | nextcloud-systemd-timer.service | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nextcloud-systemd-timer.service b/nextcloud-systemd-timer.service new file mode 100644 index 0000000..ccff38f --- /dev/null +++ b/nextcloud-systemd-timer.service @@ -0,0 +1,8 @@ +[Unit] +Description=Cron for nextcloud background jobs + +[Service] +Type=oneshot +ExecStart=/usr/bin/php -f /usr/share/nextcloud/cron.php +User=apache + |