Eric Schirra
dadfd3eb6d
Update to 17.0.1 OBS-URL: https://build.opensuse.org/request/show/746378 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=94
10 lines
207 B
Plaintext
10 lines
207 B
Plaintext
#
|
|
# Nextcloud CronJob every 15 minutes.
|
|
#
|
|
# Uncomment to enable it.
|
|
|
|
SHELL=/bin/sh
|
|
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
|
|
|
#*/15 * * * * wwwrun /usr/bin/php -f /srv/www/htdocs/nextcloud/cron.php /dev/null 2>&1
|