summaryrefslogtreecommitdiff
path: root/packaging/systemd/winbind.service
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-10-27 17:11:19 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-10-28 11:34:27 +0200
commit7d7ba3ba40895090d9bd791f210f89c5d5d2582e (patch)
tree7b7811e7ff0dd925a5f6842cc8b945564a369c8c /packaging/systemd/winbind.service
parent6c07505b15e3822cf5fe09b0e32794b6abecbeeb (diff)
downloadsamba-7d7ba3ba40895090d9bd791f210f89c5d5d2582e.tar.gz
samba-7d7ba3ba40895090d9bd791f210f89c5d5d2582e.tar.bz2
samba-7d7ba3ba40895090d9bd791f210f89c5d5d2582e.zip
Add systemd service files.
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Fri Oct 28 11:34:27 CEST 2011 on sn-devel-104
Diffstat (limited to 'packaging/systemd/winbind.service')
-rw-r--r--packaging/systemd/winbind.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/packaging/systemd/winbind.service b/packaging/systemd/winbind.service
new file mode 100644
index 0000000000..91f9112a35
--- /dev/null
+++ b/packaging/systemd/winbind.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Samba Winbind Daemon
+Requires=smb.service nmb.service
+After=syslog.target network.target smb.service nmb.service
+
+[Service]
+Type=forking
+PIDFile=/run/winbindd.pid
+EnvironmentFile=-/etc/sysconfig/samba
+ExecStart=/usr/sbin/winbindd "$WINBINDOPTIONS"
+
+[Install]
+WantedBy=multi-user.target