[systemd-devel] [PATCH] journal-upload: fix service ordering
Umut Tezduyar Lindskog
umut.tezduyar at axis.com
Thu Aug 21 04:04:15 PDT 2014
[/usr/lib/systemd/system/systemd-journal-upload.service:20]
Unknown lvalue 'After' in section 'Install'
---
units/systemd-journal-upload.service.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/units/systemd-journal-upload.service.in b/units/systemd-journal-upload.service.in
index e79f962..359ff10 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
--
1.7.10.4
More information about the systemd-devel
mailing list