mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
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>
This commit is contained in:
parent
a699256f43
commit
d1740fb3d5
@ -6,7 +6,6 @@ After=network.target network-online.target
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
NotifyAccess=all
|
||||
PIDFile=@PIDDIR@/nmbd.pid
|
||||
EnvironmentFile=-@SYSCONFDIR@/sysconfig/samba
|
||||
ExecStart=@SBINDIR@/nmbd --foreground --no-process-group $NMBDOPTIONS
|
||||
|
@ -6,7 +6,6 @@ After=network.target network-online.target
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
NotifyAccess=all
|
||||
PIDFile=@PIDDIR@/samba.pid
|
||||
LimitNOFILE=16384
|
||||
EnvironmentFile=-@SYSCONFDIR@/sysconfig/samba
|
||||
|
@ -6,7 +6,6 @@ After=network.target network-online.target nmb.service winbind.service
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
NotifyAccess=all
|
||||
PIDFile=@PIDDIR@/smbd.pid
|
||||
LimitNOFILE=16384
|
||||
EnvironmentFile=-@SYSCONFDIR@/sysconfig/samba
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user