ayaports/backports/nextcloud/nextcloud.cron

7 lines
193 B
Text
Raw Normal View History

#!/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 'php81 -f /usr/share/webapps/nextcloud/cron.php'
fi