summaryrefslogtreecommitdiffstats
path: root/system/greetd/rc.4.greetd
blob: 4633cc781c46d9e2f6aa462d1ae36d23b923f0f2 (plain)
#!/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