Создал(а) 'nextcloud-cron.sh'

This commit is contained in:
dimon 2023-02-14 21:07:18 +00:00
parent b41295494d
commit aa32724da6

8
nextcloud-cron.sh Normal file
View File

@ -0,0 +1,8 @@
#!/bin/sh
i=1
while [ "$i" -ne 0 ]
do
su -c 'php -f /var/www/html/cron.php --define apc.enable_cli=1' www-data
sleep 300
done