Initial commit of configuration for core.
This commit is contained in:
parent
8e36b0cb0f
commit
65362a2ccb
48 changed files with 3138 additions and 0 deletions
11
etc/conf.d/samba
Normal file
11
etc/conf.d/samba
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# 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=""
|
||||
Loading…
Add table
Add a link
Reference in a new issue