summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-06-20 16:35:23 +0200
committerLennart Poettering <lennart@poettering.net>2018-06-20 18:14:43 +0200
commit5ce2212a7245e7a8ee08af2dc662ad4c8e6e6e4b (patch)
treedc83e0a9fdd35e0aca0449163d4fecbc62096282
parenttest-sizeof: another aproach to _Float128 availability detection (diff)
downloadsystemd-5ce2212a7245e7a8ee08af2dc662ad4c8e6e6e4b.tar.xz
systemd-5ce2212a7245e7a8ee08af2dc662ad4c8e6e6e4b.zip
units: fix typo in After=
Followup for c7668c1ce04fa85370432d197d2ccd9411e85649.
-rw-r--r--units/system-update.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/system-update.target b/units/system-update.target
index be007e306d5..29812edf927 100644
--- a/units/system-update.target
+++ b/units/system-update.target
@@ -12,6 +12,6 @@ Description=Offline System Update
Documentation=man:systemd.offline-updates(7)
Documentation=man:systemd.special(7) man:systemd-system-update-generator(8)
Requires=sysinit.target
-After=sysinit.target system-update.target
+After=sysinit.target system-update-pre.target
AllowIsolate=yes
Wants=system-update-cleanup.service