ayaports/apk/v3.8/main/nextcloud/nextcloud.cron

7 lines
192 B
Text
Raw Normal View History

2019-12-11 15:47:21 +00:00
#!/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