aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2015-02-04 11:17:43 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2015-02-11 21:25:40 -0500
commitfedb486a3adafb8a471c4d78c41bb15636f3d282 (patch)
treef2bb6105c60b0d0664d5d57a84fcbef9f47b12e2
parentde8c3babcfa6eb730373c1c57b766d3fa94d6adf (diff)
downloadmeta-openembedded-contrib-fedb486a3adafb8a471c4d78c41bb15636f3d282.tar.gz
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@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r--meta-networking/recipes-daemons/postfix/postfix.inc1
1 files changed, 0 insertions, 1 deletions
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}' \