summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/postfix/postfix.inc
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 /meta-networking/recipes-daemons/postfix/postfix.inc
parentde8c3babcfa6eb730373c1c57b766d3fa94d6adf (diff)
downloadmeta-openembedded-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>
Diffstat (limited to 'meta-networking/recipes-daemons/postfix/postfix.inc')
-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 28563afab..3801e61e8 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() {
124} 124}
125 125
126SYSTEMD_SERVICE_${PN} = "postfix.service" 126SYSTEMD_SERVICE_${PN} = "postfix.service"
127SYSTEMD_AUTO_ENABLE = "disable"
128 127
129do_install () { 128do_install () {
130 sh ./postfix-install 'install_root=${D}' \ 129 sh ./postfix-install 'install_root=${D}' \