This website requires JavaScript.
Explore
Help
Sign in
aaron
/
nextcloud-docker
Watch
0
Star
0
Fork
You've already forked nextcloud-docker
0
mirror of
https://github.com/nextcloud/docker.git
synced
2025-03-14 18:35:08 +01:00
Code
Activity
fa7ba2dce1
nextcloud-docker
/
docker-cron.sh
5 lines
61 B
Bash
Raw
Normal View
History
Unescape
Escape
Make docker-cron.sh posix compliant
2018-03-15 12:29:55 +01:00
#!/bin/sh
set
-eu
Add cron.sh
2018-01-30 13:11:04 +01:00
Launch crond in background from entrypoint.sh This is so that the crontab is executed on a regular schedule in the background without a secondary container to execute it. Relates to #134
2018-11-13 16:22:10 -06:00
exec
busybox crond -b -l
0
-L /dev/stdout
Copy permalink