summaryrefslogtreecommitdiffstats
path: root/system/greetd/rc.4.greetd
diff options
context:
space:
mode:
Diffstat (limited to 'system/greetd/rc.4.greetd')
-rw-r--r--system/greetd/rc.4.greetd11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/greetd/rc.4.greetd b/system/greetd/rc.4.greetd
new file mode 100644
index 0000000000..4633cc781c
--- /dev/null
+++ b/system/greetd/rc.4.greetd
@@ -0,0 +1,11 @@
+#!/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