Changes
Page history
installation/nextcloud_itopie.md: HT00933
authored
Jan 09, 2025
by
Donna Sayed
Show whitespace changes
Inline
Side-by-side
installation/nextcloud_itopie.md
View page @
aa86a032
...
@@ -669,7 +669,7 @@ La [documentation officielle Nextcloud](https://docs.nextcloud.com/server/latest
...
@@ -669,7 +669,7 @@ La [documentation officielle Nextcloud](https://docs.nextcloud.com/server/latest
# cat <<EOF >/etc/cron.d/local_nextcloud
# cat <<EOF >/etc/cron.d/local_nextcloud
### <https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron>
### <https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron>
### <https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/caching_configuration.html#id1>
### <https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/caching_configuration.html#id1>
*/5 * * * * root su -s /bin/sh -c 'php -
f /srv/nextcloud/cron.php -
-define apc.enable_cli=1' www-data
*/5 * * * * root su -s /bin/sh -c 'php --define apc.enable_cli=1
/srv/nextcloud/cron.php
' www-data
EOF
EOF
```
```
...
...
...
...