aboutsummaryrefslogtreecommitdiffstats
path: root/community/nextcloud21/nextcloud21.cron
diff options
context:
space:
mode:
Diffstat (limited to 'community/nextcloud21/nextcloud21.cron')
-rw-r--r--community/nextcloud21/nextcloud21.cron6
1 files changed, 0 insertions, 6 deletions
diff --git a/community/nextcloud21/nextcloud21.cron b/community/nextcloud21/nextcloud21.cron
deleted file mode 100644
index 096ce65a5d9..00000000000
--- a/community/nextcloud21/nextcloud21.cron
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-# Run only when nextcloud service is started.
-if rc-service nextcloud -q status >/dev/null 2>&1; then
- su nextcloud -s /bin/sh -c 'php7 -f /usr/share/webapps/nextcloud/cron.php'
-fi