diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-06-20 16:35:23 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-06-20 18:14:43 +0200 |
commit | 5ce2212a7245e7a8ee08af2dc662ad4c8e6e6e4b (patch) | |
tree | dc83e0a9fdd35e0aca0449163d4fecbc62096282 /units | |
parent | test-sizeof: another aproach to _Float128 availability detection (diff) | |
download | systemd-5ce2212a7245e7a8ee08af2dc662ad4c8e6e6e4b.tar.gz systemd-5ce2212a7245e7a8ee08af2dc662ad4c8e6e6e4b.tar.bz2 systemd-5ce2212a7245e7a8ee08af2dc662ad4c8e6e6e4b.zip |
units: fix typo in After=
Followup for c7668c1ce04fa85370432d197d2ccd9411e85649.
Diffstat (limited to 'units')
-rw-r--r-- | units/system-update.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/system-update.target b/units/system-update.target index be007e306..29812edf9 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 |