diff options
Diffstat (limited to 'package/postfix/files')
-rw-r--r-- | package/postfix/files/postfix.init | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/postfix/files/postfix.init b/package/postfix/files/postfix.init index a4eb13c79..e0067404a 100644 --- a/package/postfix/files/postfix.init +++ b/package/postfix/files/postfix.init @@ -7,6 +7,7 @@ case $1 in autostop) ;; autostart) test x"${postfix:-NO}" = x"NO" && exit 0 + test x"$postfix" = x"DAEMON" && test -x /bin/mksh && exec mksh -T- $0 start exec sh $0 start ;; start) |