summaryrefslogtreecommitdiff
path: root/extra/samba/winbindd.service
diff options
context:
space:
mode:
Diffstat (limited to 'extra/samba/winbindd.service')
-rw-r--r--extra/samba/winbindd.service6
1 files changed, 4 insertions, 2 deletions
diff --git a/extra/samba/winbindd.service b/extra/samba/winbindd.service
index dc9fe199b..67a778fc7 100644
--- a/extra/samba/winbindd.service
+++ b/extra/samba/winbindd.service
@@ -1,9 +1,11 @@
[Unit]
Description=Samba Winbind daemon
-After=network.target
+After=network.target nmbd.service
[Service]
-ExecStart=/usr/sbin/winbindd -F
+Type=forking
+PIDFile=/var/run/samba/winbindd.pid
+ExecStart=/usr/sbin/winbindd -D
ExecReload=/bin/kill -HUP $MAINPID
[Install]