summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/plymouth/init-hooks/40-started-hw-config/plymouth.sh
blob: 19c26862be26ea026c509cb6817590c7a1a1382f (plain) (blame)
1
2
3
4
# only start with no debug level
if [ $DEBUGLEVEL -eq 0 ]; then
  plymouthd && plymouth show-splash
fi