#!/bin/env sh

if [ -f "/usr/sbin/plymouthd" ] && [ -f /usr/bin/plymouth ]; then
        /usr/bin/plymouth quit
fi

/sbin/sulogin
