mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
@@ -124,7 +124,6 @@ do_install_prepend_virtclass-native() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
SYSTEMD_SERVICE_${PN} = "postfix.service"
|
SYSTEMD_SERVICE_${PN} = "postfix.service"
|
||||||
SYSTEMD_AUTO_ENABLE = "disable"
|
|
||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
sh ./postfix-install 'install_root=${D}' \
|
sh ./postfix-install 'install_root=${D}' \
|
||||||
|
|||||||
Reference in New Issue
Block a user