[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
Wed Feb 11 21:27:44 UTC 2015


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

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>

---

 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