]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
units: drop explicit NotifyAccess setting from journald's unit file (#5749)
authorMichal Sekletar <msekletar@users.noreply.github.com>
Wed, 19 Apr 2017 06:52:40 +0000 (08:52 +0200)
committerMartin Pitt <martinpitt@users.noreply.github.com>
Wed, 19 Apr 2017 06:52:40 +0000 (08:52 +0200)
systemd-journald service consists of only single process and that is the
MainPID. Make unit file shorter and drop NotifyAccess=all since it is
not useful in such case.

https://lists.freedesktop.org/archives/systemd-devel/2017-April/038667.html

units/systemd-journald.service.in

index 64253f59d4c9df4650d8cab0c53741dc1018db94..66b7c6a48e1e691b46989433776677aef251d9dc 100644 (file)
@@ -19,7 +19,6 @@ Sockets=systemd-journald.socket systemd-journald-dev-log.socket systemd-journald
 ExecStart=@rootlibexecdir@/systemd-journald
 Restart=always
 RestartSec=0
-NotifyAccess=all
 StandardOutput=null
 WatchdogSec=3min
 FileDescriptorStoreMax=1024