add files

This commit is contained in:
Wonderfall
2018-01-17 20:31:32 +00:00
commit 444ecd25a1
12 changed files with 703 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/bin/sh
exit 0

6
rootfs/etc/s6.d/cron/run Normal file
View File

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