postfix: start the postfix daemon by default when init is systemd

postfix should be started by default, so that the root user can
receive mail, and if init is not systemd, it is started by default

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
Roy Li
2015-02-04 11:17:43 +08:00
committed by Joe MacDonald
parent de8c3babcf
commit fedb486a3a
@@ -124,7 +124,6 @@ do_install_prepend_virtclass-native() {
}
SYSTEMD_SERVICE_${PN} = "postfix.service"
SYSTEMD_AUTO_ENABLE = "disable"
do_install () {
sh ./postfix-install 'install_root=${D}' \