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:
parent
d9c9c73e79
commit
51c5b71f2b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue