summaryrefslogtreecommitdiff
path: root/extra/samba/samba.conf.d
diff options
context:
space:
mode:
Diffstat (limited to 'extra/samba/samba.conf.d')
-rw-r--r--extra/samba/samba.conf.d25
1 files changed, 18 insertions, 7 deletions
diff --git a/extra/samba/samba.conf.d b/extra/samba/samba.conf.d
index 8721f956a..760742648 100644
--- a/extra/samba/samba.conf.d
+++ b/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=""