[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 4 16:11:53 UTC 2015


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

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