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