Skip to content

src: die during shutdown with everything else

Ray Strode requested to merge wip/fix-remount-failure into master

plymouthd currently avoids getting killed at shutdown. This causes filesystems to fail to remount read-only in some cases.

This commit changes things up so that plymouthd dies with everyone else, but spawns a process to hold open the drm device that can keep the splash up until the very end.

Merge request reports