mailu: start postfix master without postlog service
This commit is contained in:
parent
b8c844dbac
commit
82486d1408
@ -42,6 +42,7 @@ if [ "${MAILU_POSTFIX_DISABLE_POSTLOG_UNIX_DGRAM:-}" = "true" ] || { [ -x /usr/s
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if [ "${1:-}" = "start-fg" ]; then
|
if [ "${1:-}" = "start-fg" ]; then
|
||||||
/usr/sbin/postconf -MX postlog/unix-dgram 2>/dev/null || true
|
/usr/sbin/postconf -MX postlog/unix-dgram 2>/dev/null || true
|
||||||
|
exec /usr/libexec/postfix/master -c /etc/postfix -d
|
||||||
fi
|
fi
|
||||||
exec /usr/sbin/postfix "$@"
|
exec /usr/sbin/postfix "$@"
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user