We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3df6d commit 8cb6ee2Copy full SHA for 8cb6ee2
rootfs/services/_parent/run
@@ -12,6 +12,9 @@
12
# 8. clamd (antivirus, is launched after database update)
13
# 9. watcher (watches for cert file changes)
14
15
+# give s6-svscan time to start
16
+sleep 1
17
+
18
s6-svc -u /services/rsyslogd && s6-svwait -u /services/rsyslogd
19
s6-svc -u /services/unbound && [ "$DISABLE_DNS_RESOLVER" = true ] || s6-svwait -u /services/unbound
20
s6-svc -u /services/postfix && s6-svwait -u /services/postfix
0 commit comments