Eric Schirra
8ef91a67bd
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=239
10 lines
218 B
Plaintext
10 lines
218 B
Plaintext
#
|
|
# Nextcloud CronJob every 5 minutes.
|
|
#
|
|
# Uncomment to enable it.
|
|
|
|
SHELL=/bin/sh
|
|
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
|
|
|
#*/5 * * * * @APACHE_USER@ /usr/bin/php -f @APACHE_MYSERVERROOT@/nextcloud/cron.php /dev/null 2>&1
|