mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
units: restore RemainAfterExit=yes in systemd-vconsole-setup.service
This reverts the second part of8125e8d38e
. The first part was reverted in750e550eba
. The problem starts when s-v-s.s is pulled in by something that is then pulled in by sysinit.target. Every time a unit is started, systemd recursively checks all dependencies, and since sysinit.target is pull in by almost anything, we'll start s-v-s.s over and over. In particular, plymouth-start.service currently has Wants=s-v-s.s and After=s-v-s.s.
This commit is contained in:
parent
44e5d00603
commit
9fd32ff7d3
@ -16,4 +16,5 @@ ConditionPathExists=/dev/tty0
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=@rootlibexecdir@/systemd-vconsole-setup
|
||||
|
Loading…
Reference in New Issue
Block a user