mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2026-04-21 09:19:47 +01:00
5 lines
70 B
Plaintext
5 lines
70 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
s6-echo "Stopping cron"
|
|
killall -9 cron
|