aports/community/nextcloud30/nextcloud.cron
Leonardo Arena be623df5c8 community/nextcloud30: upgrade to 30.0.0
Add new versioned aport
2024-09-23 12:58:32 +00:00

7 lines
193 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 'php83 -f /usr/share/webapps/nextcloud/cron.php'
fi