14 lines
315 B
INI
14 lines
315 B
INI
[Unit]
|
|
Description=Plymouth switch root service
|
|
DefaultDependencies=no
|
|
ConditionPathExists=/etc/initrd-release
|
|
Before=initrd-switch-root.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=-/usr/bin/plymouth update-root-fs --new-root-dir=/sysroot
|
|
StandardInput=null
|
|
StandardOutput=null
|
|
StandardError=null
|