friendly-recovery.service 618 B

1234567891011121314151617181920
  1. [Unit]
  2. Description=Recovery mode menu
  3. DefaultDependencies=no
  4. Conflicts=shutdown.target
  5. Wants=systemd-udevd-control.socket systemd-udevd.service systemd-udev-trigger.service basic.target sysinit.target
  6. After=systemd-udevd-control.socket systemd-udevd.service systemd-udev-trigger.service basic.target sysinit.target
  7. [Service]
  8. Type=notify
  9. Environment=HOME=/root
  10. WorkingDirectory=/root
  11. ExecStartPre=-/bin/dmesg --console-off
  12. ExecStartPre=-/bin/plymouth quit
  13. ExecStart=-/lib/recovery-mode/recovery-menu
  14. StandardInput=tty-force
  15. StandardOutput=inherit
  16. StandardError=inherit
  17. KillMode=process
  18. IgnoreSIGPIPE=no
  19. SendSIGHUP=yes