diff options
author | Michal Sekletar <msekletar@users.noreply.github.com> | 2017-04-19 08:52:40 +0200 |
---|---|---|
committer | Martin Pitt <martinpitt@users.noreply.github.com> | 2017-04-19 08:52:40 +0200 |
commit | 6f0e6bd253f449bedec78ec8a468929d3c5d8faf (patch) | |
tree | 7ff959dba921df3fc58c82875af80eb5b634bea6 | |
parent | 31673303b9e1984b671d929985fc7cc21099b6f1 (diff) | |
download | systemd-6f0e6bd253f449bedec78ec8a468929d3c5d8faf.tar.gz |
units: drop explicit NotifyAccess setting from journald's unit file (#5749)
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
-rw-r--r-- | units/systemd-journald.service.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/units/systemd-journald.service.in b/units/systemd-journald.service.in index 64253f59d4..66b7c6a48e 100644 --- a/units/systemd-journald.service.in +++ b/units/systemd-journald.service.in @@ -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 |