summarylogtreecommitdiffstats
path: root/nextcloud-cron.service
diff options
context:
space:
mode:
authorDominik Schrempf2018-11-28 10:23:53 +0100
committerDominik Schrempf2018-11-28 10:23:53 +0100
commitb03e249923569fe28e279c457cc4268b8300482e (patch)
tree54d91fff7f57e14dd77d1c5de76b0c0e6b7294df /nextcloud-cron.service
parent2246da19cf4397a856e83b97e17ac6641b0fe1ee (diff)
downloadaur-b03e249923569fe28e279c457cc4268b8300482e.tar.gz
Rename package, include file scan timer.
Diffstat (limited to 'nextcloud-cron.service')
-rw-r--r--nextcloud-cron.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/nextcloud-cron.service b/nextcloud-cron.service
new file mode 100644
index 000000000000..63cf94de310b
--- /dev/null
+++ b/nextcloud-cron.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Nextcloud cron.php
+
+[Service]
+User=http
+ExecStart=/usr/bin/php -f /usr/share/webapps/nextcloud/cron.php
+
+[Install]
+WantedBy=basic.target