diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-11-19 16:24:21 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-11-19 16:24:21 +0100 |
commit | e096bf2f95c1cb553bb6f3ea370d450397e441e6 (patch) | |
tree | 99dec95fe6c5494647d7f77fcb51ae240eda57dd /units/systemd-vconsole-setup.service.in | |
parent | 88aebb62656b4d5bac96cf2e5a5c85ee409d81a7 (diff) |
units: move a couple of units from base.target to sysinit.target
Diffstat (limited to 'units/systemd-vconsole-setup.service.in')
-rw-r--r-- | units/systemd-vconsole-setup.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-vconsole-setup.service.in b/units/systemd-vconsole-setup.service.in index 19760a906e..91d95d66e3 100644 --- a/units/systemd-vconsole-setup.service.in +++ b/units/systemd-vconsole-setup.service.in @@ -10,7 +10,7 @@ Description=Setup Virtual Console DefaultDependencies=no Conflicts=shutdown.target After=systemd-readahead-collect.service systemd-readahead-replay.service -Before=basic.target shutdown.target +Before=sysinit.target shutdown.target [Service] Type=oneshot |