From d1740fb3d5a72cb49e30b330bb0b01e7ef3e09cc Mon Sep 17 00:00:00 2001 From: Marcos Mello Date: Fri, 8 May 2020 07:44:51 -0300 Subject: 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 Reviewed-by: Andreas Schneider Reviewed-by: Alexander Bokovoy --- packaging/systemd/winbind.service.in | 1 - 1 file changed, 1 deletion(-) (limited to 'packaging/systemd/winbind.service.in') 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" -- cgit v1.2.1