From fedb486a3adafb8a471c4d78c41bb15636f3d282 Mon Sep 17 00:00:00 2001 From: Roy Li Date: Wed, 4 Feb 2015 11:17:43 +0800 Subject: 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 Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- meta-networking/recipes-daemons/postfix/postfix.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-networking/recipes-daemons') diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc index 28563afab4..3801e61e8d 100644 --- a/meta-networking/recipes-daemons/postfix/postfix.inc +++ b/meta-networking/recipes-daemons/postfix/postfix.inc @@ -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}' \ -- cgit 1.2.3-korg