ayaports/apk/v3.8/main/nextcloud/nextcloud.cron
build@apk-groulx dcd94aac2a update
2021-06-04 15:24:49 +00:00

6 lines
192 B
Bash

#!/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