Создал(а) 'nextcloud-cron.sh'
This commit is contained in:
parent
b41295494d
commit
aa32724da6
8
nextcloud-cron.sh
Normal file
8
nextcloud-cron.sh
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user