diff options
Diffstat (limited to 'packaging/systemd/winbind.service')
-rw-r--r-- | packaging/systemd/winbind.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/systemd/winbind.service b/packaging/systemd/winbind.service index 9ce1b52041..eff266f0d8 100644 --- a/packaging/systemd/winbind.service +++ b/packaging/systemd/winbind.service @@ -7,6 +7,7 @@ Type=forking PIDFile=/run/winbindd.pid EnvironmentFile=-/etc/sysconfig/samba ExecStart=/usr/sbin/winbindd "$WINBINDOPTIONS" +ExecReload=/usr/bin/kill -HUP $MAINPID [Install] WantedBy=multi-user.target |