This website requires JavaScript.
Explore
Help
Sign In
hoellen
/
dockerfiles
Watch
1
Star
0
Fork
0
mirror of
https://github.com/hoellen/dockerfiles.git
synced
2026-07-17 19:58:22 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
8c724b51dad0a057bafb587876a596bbabc88f32
dockerfiles
/
nextcloud
/
10.0
/
s6.d
/
cron
/
run
T
7 lines
83 B
Bash
Raw
Normal View
History
Unescape
Escape
nextcloud: replace crond with script
2016-09-23 00:50:39 +02:00
#!/bin/sh
while
true
;
do
php7 -f /nextcloud/cron.php
sleep <CRON_PERIOD>
done
Reference in New Issue
Copy Permalink