diff options
author | Chong.Lu@windriver.com <Chong.Lu@windriver.com> | 2015-01-28 11:23:43 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-12 19:31:53 +0100 |
commit | 20a624928c030fa13d8b7d45b4f4d7e1ac624f60 (patch) | |
tree | f8463f89c8ac87f168de36957f0426e4d950a0e2 /meta-oe/recipes-connectivity/samba/samba.inc | |
parent | 60e962d5c440f00a517df0627ec8232bc77c7425 (diff) | |
download | meta-openembedded-20a624928c030fa13d8b7d45b4f4d7e1ac624f60.tar.gz |
samba: disable service by default
Disable smb, nmb, winbind service by default.
Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/samba/samba.inc')
-rw-r--r-- | meta-oe/recipes-connectivity/samba/samba.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/samba/samba.inc b/meta-oe/recipes-connectivity/samba/samba.inc index fd96bbe57..b04a9dda4 100644 --- a/meta-oe/recipes-connectivity/samba/samba.inc +++ b/meta-oe/recipes-connectivity/samba/samba.inc | |||
@@ -20,6 +20,8 @@ inherit autotools-brokensep update-rc.d systemd | |||
20 | SYSTEMD_PACKAGES = "${PN} winbind" | 20 | SYSTEMD_PACKAGES = "${PN} winbind" |
21 | SYSTEMD_SERVICE_${PN} = "nmb.service smb.service" | 21 | SYSTEMD_SERVICE_${PN} = "nmb.service smb.service" |
22 | SYSTEMD_SERVICE_winbind = "winbind.service" | 22 | SYSTEMD_SERVICE_winbind = "winbind.service" |
23 | SYSTEMD_AUTO_ENABLE_${PN} = "disable" | ||
24 | SYSTEMD_AUTO_ENABLE_winbind = "disable" | ||
23 | 25 | ||
24 | SAMBAMMAP = "no" | 26 | SAMBAMMAP = "no" |
25 | SAMBAMMAP_libc-glibc = "yes" | 27 | SAMBAMMAP_libc-glibc = "yes" |