1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-21 06:56:53 +02:00

switch from -wU to -wu, as there is nothing set up to notify that the daemon's are ready - effectively supresses a warning message that we don't need to pay attention to

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2022-01-26 21:41:17 +00:00
parent 1f3951431b
commit e6dd028c61
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173

View File

@ -2,7 +2,7 @@
# This script patches all service commands into the appropriate s6- commands
# pi-hole upstream scripts need a 'service' interface. why not systemd? docker said so.
start() {
s6-svc -wU -u -T2500 /var/run/s6/services/$service
s6-svc -wu -u -T2500 /var/run/s6/services/$service
}
stop() {