plymouth-poweroff.service 456 B

1234567891011121314
  1. [Unit]
  2. Description=Show Plymouth Power Off Screen
  3. After=getty@tty1.service display-manager.service plymouth-start.service
  4. Before=systemd-poweroff.service
  5. DefaultDependencies=no
  6. ConditionKernelCommandLine=!plymouth.enable=0
  7. ConditionKernelCommandLine=!nosplash
  8. ConditionKernelCommandLine=splash
  9. ConditionVirtualization=!container
  10. [Service]
  11. ExecStart=/sbin/plymouthd --mode=shutdown --attach-to-session
  12. ExecStartPost=-/bin/plymouth show-splash
  13. Type=forking