mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2026-04-22 01:39:51 +01:00
6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
s6-echo "Starting crond"
|
|
|
|
exec -c
|
|
fdmove -c 2 1 /usr/sbin/cron -f
|