[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
Fri Feb 6 13:17:57 UTC 2015


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

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