mirror of
https://github.com/systemd/systemd.git
synced 2025-02-24 17:57:34 +03:00
systemd-journal-upload: fix invalid After=
After= belongs into [Unit], not [Install]. Found with systemd-analyze verify.
This commit is contained in:
parent
c32e70aa8e
commit
fd5ab841e7
Notes:
Lennart Poettering
2014-10-24 17:38:33 +02:00
Backport: bugfix
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user