summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-rw-r--r--packaging/systemd/samba.sysconfig18
1 files changed, 13 insertions, 5 deletions
diff --git a/packaging/systemd/samba.sysconfig b/packaging/systemd/samba.sysconfig
index 944b72fcc28..5950b1347ff 100644
--- a/packaging/systemd/samba.sysconfig
+++ b/packaging/systemd/samba.sysconfig
@@ -1,6 +1,14 @@
-# Options to smbd
-SMBDOPTIONS="-D"
-# Options to nmbd
-NMBDOPTIONS="-D"
-# Options for winbindd
+## Path: Network/Samba
+## Description: Samba process options
+## Type: string
+## Default: ""
+## ServiceRestart: smb
+SMBDOPTIONS=""
+## Type: string
+## Default: ""
+## ServiceRestart: nmb
+NMBDOPTIONS=""
+## Type: string
+## Default: ""
+## ServiceRestart: winbind
WINBINDOPTIONS=""