mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 14:59:55 +00:00
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:
committed by
Martin Jansa
parent
60e962d5c4
commit
20a624928c
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user