1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

apc.enable_cli=1 for cron too

This commit is contained in:
Kay0u 2021-07-09 19:05:43 +02:00
parent d9c9c73e79
commit 51c5b71f2b
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -1 +1 @@
*/15 * * * * __APP__ /usr/bin/php__PHPVERSION__ -f __FINAL_PATH__/cron.php
*/15 * * * * __APP__ /usr/bin/php__PHPVERSION__ --define apc.enable_cli=1 -f __FINAL_PATH__/cron.php