Don't fail units if plymouth calls fail

This commit is contained in:
Bruce Leidl 2019-01-15 14:13:56 -05:00
parent 69029624e2
commit 3f38af7379
2 changed files with 3 additions and 3 deletions

View File

@ -21,6 +21,6 @@ Before=citadel-rootfs-setup.service
[Service]
Type=oneshot
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-mount rootfs

View File

@ -14,6 +14,6 @@ ConditionKernelCommandLine=|citadel.live
[Service]
Type=oneshot
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
ExecStartPost=/usr/bin/plymouth message --text="Starting desktop"
ExecStartPost=-/usr/bin/plymouth message --text="Starting desktop"