diff options
author | Roy Li <rongqing.li@windriver.com> | 2015-02-04 11:17:43 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-02-11 21:25:40 -0500 |
commit | fedb486a3adafb8a471c4d78c41bb15636f3d282 (patch) | |
tree | f2bb6105c60b0d0664d5d57a84fcbef9f47b12e2 /meta-networking/recipes-daemons | |
parent | de8c3babcfa6eb730373c1c57b766d3fa94d6adf (diff) | |
download | meta-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')
-rw-r--r-- | meta-networking/recipes-daemons/postfix/postfix.inc | 1 |
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 | ||
126 | SYSTEMD_SERVICE_${PN} = "postfix.service" | 126 | SYSTEMD_SERVICE_${PN} = "postfix.service" |
127 | SYSTEMD_AUTO_ENABLE = "disable" | ||
128 | 127 | ||
129 | do_install () { | 128 | do_install () { |
130 | sh ./postfix-install 'install_root=${D}' \ | 129 | sh ./postfix-install 'install_root=${D}' \ |