nextcloud: replace crond with script

This commit is contained in:
Wonderfall
2016-09-23 00:50:39 +02:00
parent d627b800af
commit 8c724b51da
12 changed files with 48 additions and 39 deletions

View File

@ -0,0 +1,6 @@
#!/bin/sh
while true; do
php7 -f /nextcloud/cron.php
sleep <CRON_PERIOD>
done