This commit is contained in:
Bojan Čekrlić 2023-11-01 12:06:01 +01:00
parent c161f5d018
commit 81e900b3e1

View file

@ -226,7 +226,7 @@ startupProbe:
- >- - >-
ps axf | fgrep -v grep | egrep -q '\{supervisord\}|/usr/bin/supervisord' && ps axf | fgrep -v grep | egrep -q '\{supervisord\}|/usr/bin/supervisord' &&
ps axf | fgrep -v grep | fgrep -q "postfix-script" && ps axf | fgrep -v grep | fgrep -q "postfix-script" &&
ps axf | fgrep -v grep | fgrep -q 'opendkim.sh' ps axf | fgrep -v grep | fgrep -q 'opendkim'
lifecycle: lifecycle:
postStart: {} postStart: {}