#!/bin/bash

ENABLED=no
[[ ${ENABLED} == "yes" ]] || exit 0
DEBUGMODE=no
debug_mode "$0" "$@"

[ -f /usr/bin/plymouth  ] || /usr/bin/pkill -f @lymouthd
