systemd-journal-upload: fix invalid After=

After= belongs into [Unit], not [Install]. Found with systemd-analyze
verify.
This commit is contained in:
Marius Tessmann 2014-08-28 22:01:46 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent c32e70aa8e
commit fd5ab841e7
Notes: Lennart Poettering 2014-10-24 17:38:33 +02:00
Backport: bugfix

View file

@ -7,6 +7,7 @@
[Unit]
Description=Journal Remote Upload Service
After=network.target
[Service]
ExecStart=@rootlibexecdir@/systemd-journal-upload \
@ -18,4 +19,3 @@ WatchdogSec=20min
[Install]
WantedBy=multi-user.target
After=network.target