From: Marius Tessmann Date: Thu, 28 Aug 2014 20:01:46 +0000 (+0200) Subject: systemd-journal-upload: fix invalid After= X-Git-Tag: v217~711 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=fd5ab841e7582342b23c9c08ba24ce0cca266690 systemd-journal-upload: fix invalid After= After= belongs into [Unit], not [Install]. Found with systemd-analyze verify. --- diff --git a/units/systemd-journal-upload.service.in b/units/systemd-journal-upload.service.in index e79f96204..359ff10e2 100644 --- a/units/systemd-journal-upload.service.in +++ b/units/systemd-journal-upload.service.in @@ -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