summarylogtreecommitdiffstats
path: root/winbindd.service
diff options
context:
space:
mode:
Diffstat (limited to 'winbindd.service')
-rw-r--r--winbindd.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/winbindd.service b/winbindd.service
new file mode 100644
index 000000000000..41ecbfdd51a6
--- /dev/null
+++ b/winbindd.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Samba Winbind daemon
+After=network.target nmbd.service
+
+[Service]
+Type=forking
+PIDFile=/var/run/winbindd.pid
+ExecStart=/usr/bin/winbindd -D
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target