diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-06-01 17:26:28 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-06-01 17:27:16 +0200 |
commit | 63cb20a28b3f5e858a306daf7e0657ccbb0ab163 (patch) | |
tree | 18438afbf9d8ba95cccf4fe850a34c7910392fe8 | |
parent | journal: allow setting of a cutoff log level for disk storage, syslog, kmsg, ... (diff) | |
download | systemd-63cb20a28b3f5e858a306daf7e0657ccbb0ab163.tar.xz systemd-63cb20a28b3f5e858a306daf7e0657ccbb0ab163.zip |
units: fix man section
-rw-r--r-- | units/systemd-journald.service.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/units/systemd-journald.service.in b/units/systemd-journald.service.in index d169b44a87..88ee68c8c7 100644 --- a/units/systemd-journald.service.in +++ b/units/systemd-journald.service.in @@ -7,11 +7,10 @@ [Unit] Description=Journal Service -Documentation=man:systemd-journald.service(7) man:journald.conf(5) +Documentation=man:systemd-journald.service(8) man:journald.conf(5) DefaultDependencies=no Requires=systemd-journald.socket -After=systemd-journald.socket -After=syslog.socket +After=systemd-journald.socket syslog.socket [Service] ExecStart=@rootlibexecdir@/systemd-journald |