diff options
Diffstat (limited to 'abs/extra/samba/samba.conf.d')
-rw-r--r-- | abs/extra/samba/samba.conf.d | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/abs/extra/samba/samba.conf.d b/abs/extra/samba/samba.conf.d index 8721f95..7607426 100644 --- a/abs/extra/samba/samba.conf.d +++ b/abs/extra/samba/samba.conf.d @@ -1,7 +1,18 @@ -# -# Configuration for the samba init script -# - -# space separated list of daemons to launch -SAMBA_DAEMONS=(smbd nmbd) -#SAMBA_DAEMONS=(smbd nmbd winbindd) +## Path: Network/Samba +## Description: Samba process options +## Type: string +## Default: "" +## ServiceRestart: samba +SAMBAOPTIONS="" +## Type: string +## Default: "" +## ServiceRestart: smb +SMBDOPTIONS="" +## Type: string +## Default: "" +## ServiceRestart: nmb +NMBDOPTIONS="" +## Type: string +## Default: "" +## ServiceRestart: winbind +WINBINDOPTIONS="" |