mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-13 05:44:34 +02:00
11 lines
376 B
Bash
11 lines
376 B
Bash
# Add "bgqd" to daemon_list if you want start the background queue daemon from here as well
|
|
# Add "winbindd" to daemon_list if you want start winbind from here as well
|
|
daemon_list="smbd nmbd"
|
|
# Use "samba" alone for role based samba4 services (eg: ad-dc).
|
|
#daemon_list="samba"
|
|
|
|
#smbd_options="-D"
|
|
#nmbd_options="-D"
|
|
#winbindd_options="-D"
|
|
#bgqd_options="-D"
|
|
#samba_options=""
|