mirror of
https://github.com/systemd/systemd.git
synced 2024-11-26 19:53:45 +08:00
units: pull in plymouth when booting into storagetm mode
This commit is contained in:
parent
95d548026f
commit
4134f47de2
@ -10,7 +10,7 @@
|
||||
[Unit]
|
||||
Description=Storage Target Mode
|
||||
Documentation=man:systemd.special(7)
|
||||
Wants=systemd-storagetm.service systemd-udevd.service systemd-udev-trigger.service systemd-networkd.service systemd-network-generator.service systemd-journald.socket systemd-journald-dev-log.socket
|
||||
Wants=systemd-storagetm.service systemd-udevd.service systemd-udev-trigger.service systemd-networkd.service systemd-network-generator.service systemd-journald.socket systemd-journald-dev-log.socket plymouth-start.service
|
||||
Conflicts=rescue.service rescue.target
|
||||
After=systemd-storagetm.service systemd-udevd.service systemd-udev-trigger.service systemd-networkd.service systemd-network-generator.service systemd-journald.socket systemd-journald-dev-log.socket rescue.service rescue.target
|
||||
After=systemd-storagetm.service systemd-udevd.service systemd-udev-trigger.service systemd-networkd.service systemd-network-generator.service systemd-journald.socket systemd-journald-dev-log.socket plymouth-start.service rescue.service rescue.target
|
||||
AllowIsolate=yes
|
||||
|
@ -13,7 +13,7 @@ Documentation=man:systemd-storagetm.service(8)
|
||||
ConditionVirtualization=!container
|
||||
DefaultDependencies=no
|
||||
Wants=modprobe@nvmet_tcp.service modprobe@thunderbolt_net.service sys-kernel-config.mount
|
||||
After=modprobe@nvmet_tcp.service modprobe@thunderbolt_net.service sys-kernel-config.mount
|
||||
After=modprobe@nvmet_tcp.service modprobe@thunderbolt_net.service sys-kernel-config.mount plymouth-start.service
|
||||
Conflicts=shutdown.target
|
||||
Before=shutdown.target
|
||||
FailureAction=reboot
|
||||
|
Loading…
Reference in New Issue
Block a user