slackbuilds_ponce/system/greetd/rc.4.greetd
Jay Lanagan 7bf1de94f5
system/greetd: Added (minimal and flexible login manager daemon).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-01-06 08:08:38 +07:00

11 lines
199 B
Bash

#!/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