plymouth-switch-root.service 291 B

123456789101112
  1. [Unit]
  2. Description=Plymouth switch root service
  3. DefaultDependencies=no
  4. ConditionPathExists=/etc/initrd-release
  5. Before=initrd-switch-root.service
  6. [Service]
  7. Type=oneshot
  8. ExecStart=-/bin/plymouth update-root-fs --new-root-dir=/sysroot
  9. StandardInput=null
  10. StandardOutput=null
  11. StandardError=null