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