mirror of
https://github.com/hoellen/docker-nextcloud.git
synced 2025-07-01 15:46:13 +00:00
add files
This commit is contained in:
3
rootfs/etc/s6.d/.s6-svscan/finish
Normal file
3
rootfs/etc/s6.d/.s6-svscan/finish
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exit 0
|
6
rootfs/etc/s6.d/cron/run
Normal file
6
rootfs/etc/s6.d/cron/run
Normal 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
|
Reference in New Issue
Block a user