mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user