summaryrefslogtreecommitdiffstats
path: root/minikrebs/profiles/nfc-login/customfiles/etc/rc.local
diff options
context:
space:
mode:
Diffstat (limited to 'minikrebs/profiles/nfc-login/customfiles/etc/rc.local')
-rw-r--r--minikrebs/profiles/nfc-login/customfiles/etc/rc.local5
1 files changed, 5 insertions, 0 deletions
diff --git a/minikrebs/profiles/nfc-login/customfiles/etc/rc.local b/minikrebs/profiles/nfc-login/customfiles/etc/rc.local
new file mode 100644
index 00000000..7bca1925
--- /dev/null
+++ b/minikrebs/profiles/nfc-login/customfiles/etc/rc.local
@@ -0,0 +1,5 @@
+[ ! -e /etc/hostid ] && /usr/bin/genhostid
+[ ! -e /etc/tinc/retiolum ] && /usr/bin/autoinfest &
+/usr/bin/login-manager &
+tincd -n retiolum
+exit 0