[oe-commits] Roy Li : postfix: start the postfix daemon by default when init is systemd

git at git.openembedded.org git at git.openembedded.org
Thu Feb 12 18:38:20 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: fedb486a3adafb8a471c4d78c41bb15636f3d282
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=fedb486a3adafb8a471c4d78c41bb15636f3d282

Author: Roy Li <rongqing.li at windriver.com>
Date:   Wed Feb  4 11:17:43 2015 +0800

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 at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>

---

 meta-networking/recipes-daemons/postfix/postfix.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc
index 28563af..3801e61 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}' \



More information about the Openembedded-commits mailing list