Don't fail units if plymouth calls fail
This commit is contained in:
parent
69029624e2
commit
3f38af7379
@ -21,6 +21,6 @@ Before=citadel-rootfs-setup.service
|
|||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
ExecStartPre=/usr/bin/plymouth message --text="Copying files from boot disk and decompressing rootfs image"
|
ExecStartPre=-/usr/bin/plymouth message --text="Copying files from boot disk and decompressing rootfs image"
|
||||||
ExecStart=/usr/libexec/citadel-install copy-artifacts
|
ExecStart=/usr/libexec/citadel-install copy-artifacts
|
||||||
ExecStart=/usr/libexec/citadel-mount rootfs
|
ExecStart=/usr/libexec/citadel-mount rootfs
|
||||||
|
@ -14,6 +14,6 @@ ConditionKernelCommandLine=|citadel.live
|
|||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
ExecStartPre=/usr/bin/plymouth message --text="Setting up filesystem in RAM for live boot"
|
ExecStartPre=-/usr/bin/plymouth message --text="Setting up filesystem in RAM for live boot"
|
||||||
ExecStart=/usr/libexec/citadel-install live-setup
|
ExecStart=/usr/libexec/citadel-install live-setup
|
||||||
ExecStartPost=/usr/bin/plymouth message --text="Starting desktop"
|
ExecStartPost=-/usr/bin/plymouth message --text="Starting desktop"
|
||||||
|
Loading…
Reference in New Issue
Block a user