aports/community/nextcloud33/nextcloud.cron
Leonardo Arena 3ae222d730 community/nextcloud33: new aport
add simple test, enable checks
2026-02-23 08:18:13 +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