diff options
Diffstat (limited to 'packaging/systemd/samba.sysconfig')
-rw-r--r-- | packaging/systemd/samba.sysconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packaging/systemd/samba.sysconfig b/packaging/systemd/samba.sysconfig new file mode 100644 index 0000000..7607426 --- /dev/null +++ b/packaging/systemd/samba.sysconfig @@ -0,0 +1,18 @@ +## 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="" |