summaryrefslogtreecommitdiff
path: root/packaging/systemd/winbind.service
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/systemd/winbind.service')
-rw-r--r--packaging/systemd/winbind.service3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/systemd/winbind.service b/packaging/systemd/winbind.service
index eff266f0d83..f711a17f040 100644
--- a/packaging/systemd/winbind.service
+++ b/packaging/systemd/winbind.service
@@ -3,7 +3,8 @@ Description=Samba Winbind Daemon
After=syslog.target network.target nmb.service
[Service]
-Type=forking
+Type=notify
+NotifyAccess=all
PIDFile=/run/winbindd.pid
EnvironmentFile=-/etc/sysconfig/samba
ExecStart=/usr/sbin/winbindd "$WINBINDOPTIONS"