slackbuilds_ponce/system/greetd/rc.4.greetd

12 lines
199 B
Text
Raw Normal View History

#!/bin/bash
# /etc/rc.d/rc.4.greetd
# Rename this script /etc/rc.d/rc.4.local
# and make it executable and it will be used instead:
if [ -x /usr/bin/greetd ]; then
exec /usr/bin/greetd
fi
# EOF