summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/plymouth/init-hooks/40-started-hw-config/plymouth.sh
blob: 54a86774fc2f796bdf3eaebf49422b99c457d38e (plain) (blame)
1
2
3
4
5
# only start with no debug level
if [ $DEBUGLEVEL -eq 0 ]; then
  /sbin/plymouthd --mode=boot --attach-to-session
  /bin/plymouth show-splash
fi