summaryrefslogtreecommitdiff
path: root/packaging/systemd/winbind.service.in
diff options
context:
space:
mode:
authorMarcos Mello <marcosfrm@gmail.com>2020-05-08 07:44:51 -0300
committerAndreas Schneider <asn@cryptomilk.org>2020-05-12 10:48:39 +0000
commitd1740fb3d5a72cb49e30b330bb0b01e7ef3e09cc (patch)
tree1c4ebfbb05c659e7068a52de016d08caf9bd9f8a /packaging/systemd/winbind.service.in
parenta699256f438527455aaff6c73c88ee87ac7083ef (diff)
downloadsamba-d1740fb3d5a72cb49e30b330bb0b01e7ef3e09cc.tar.gz
Drop NotifyAccess=all from systemd units
The implicit NotifyAccess=main is enough since Samba daemons do not fork()/exit() anymore under systemd. Signed-off-by: Marcos Mello <marcosfrm@gmail.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to 'packaging/systemd/winbind.service.in')
-rw-r--r--packaging/systemd/winbind.service.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/systemd/winbind.service.in b/packaging/systemd/winbind.service.in
index c28d94ca950..ac5c922c19f 100644
--- a/packaging/systemd/winbind.service.in
+++ b/packaging/systemd/winbind.service.in
@@ -5,7 +5,6 @@ After=network.target nmb.service
[Service]
Type=notify
-NotifyAccess=all
PIDFile=@PIDDIR@/winbindd.pid
EnvironmentFile=-@SYSCONFDIR@/sysconfig/samba
ExecStart=@SBINDIR@/winbindd --foreground --no-process-group "$WINBINDOPTIONS"