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>
This commit is contained in:
Chong.Lu@windriver.com 2015-01-28 11:23:43 +08:00 committed by Martin Jansa
parent 60e962d5c4
commit 20a624928c

View File

@ -20,6 +20,8 @@ inherit autotools-brokensep update-rc.d systemd
SYSTEMD_PACKAGES = "${PN} winbind"
SYSTEMD_SERVICE_${PN} = "nmb.service smb.service"
SYSTEMD_SERVICE_winbind = "winbind.service"
SYSTEMD_AUTO_ENABLE_${PN} = "disable"
SYSTEMD_AUTO_ENABLE_winbind = "disable"
SAMBAMMAP = "no"
SAMBAMMAP_libc-glibc = "yes"