From: David Disseldorp Date: Thu, 3 Nov 2011 11:54:00 +0000 (+0100) Subject: pkg: add comments to the systemd sysconfig file X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=0f61eb5e299abfa0ffe5e0dd92a40e582021a5b2;p=obnox%2Fsamba%2Fsamba-obnox.git pkg: add comments to the systemd sysconfig file Autobuild-User: David Disseldorp Autobuild-Date: Thu Nov 3 15:11:27 CET 2011 on sn-devel-104 --- 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=""