Skip to content

Commit

Permalink
Merge pull request #11 from CodeChenL/main
Browse files Browse the repository at this point in the history
fix: common: exit plymouth before starting dm
  • Loading branch information
RadxaYuntian authored Jun 26, 2024
2 parents 364c4f3 + 8eaa5de commit 39f6cb1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# https://wiki.archlinux.org/title/Plymouth#Smooth_transition
# To fix getty startup being blocked when HDMI is not connected

[Unit]
Conflicts=plymouth-quit.service
After=plymouth-quit.service rc-local.service plymouth-start.service systemd-user-sessions.service
OnFailure=plymouth-quit.service

[Service]
ExecStartPre=-/usr/bin/plymouth deactivate
ExecStartPost=-/usr/bin/plymouth quit --retain-splash
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# NOTE: https://github.com/sddm/sddm/issues/1476#issuecomment-1140615746

[Service]
TimeoutStopSec=5s

This file was deleted.

0 comments on commit 39f6cb1

Please sign in to comment.