summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorDavid Disseldorp <ddiss@suse.de>2011-11-03 12:54:00 +0100
committerDavid Disseldorp <ddiss@samba.org>2011-11-03 15:11:27 +0100
commit0f61eb5e299abfa0ffe5e0dd92a40e582021a5b2 (patch)
tree9f58b571dfd05d394838fbb1b6caf7c6af834aab /packaging
parentbdf755ce08995ff3e3b593763df384bf468c139d (diff)
downloadsamba-0f61eb5e299abfa0ffe5e0dd92a40e582021a5b2.tar.gz
samba-0f61eb5e299abfa0ffe5e0dd92a40e582021a5b2.tar.xz
samba-0f61eb5e299abfa0ffe5e0dd92a40e582021a5b2.zip
pkg: add comments to the systemd sysconfig file
Autobuild-User: David Disseldorp <ddiss@samba.org> Autobuild-Date: Thu Nov 3 15:11:27 CET 2011 on sn-devel-104
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=""