iports/ilot/nextcloud30/nextcloud.cron
Antoine Martin 0476da5791
Some checks failed
/ lint (pull_request) Failing after 28s
/ deploy-x86_64 (pull_request) Successful in 52s
/ build-x86_64 (pull_request) Successful in 3m54s
/ deploy-aarch64 (pull_request) Successful in 1m13s
/ build-aarch64 (pull_request) Successful in 12m2s
ilot/nextcloud: new aport
2025-03-01 09:38:53 -05:00

6 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