diff options
-rw-r--r-- | packaging/systemd/samba.sysconfig | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/packaging/systemd/samba.sysconfig b/packaging/systemd/samba.sysconfig index 944b72fcc2..5950b1347f 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="" |