plymouth-read-write.service 244 B

12345678910
  1. [Unit]
  2. Description=Tell Plymouth To Write Out Runtime Data
  3. DefaultDependencies=no
  4. After=local-fs.target
  5. Before=sysinit.target
  6. ConditionPathExists=!/etc/initrd-release
  7. [Service]
  8. ExecStart=-/bin/plymouth update-root-fs --read-write
  9. Type=oneshot