aboutsummaryrefslogtreecommitdiffstats
path: root/gotrc-examples
diff options
context:
space:
mode:
Diffstat (limited to 'gotrc-examples')
-rw-r--r--gotrc-examples/cerberus11
1 files changed, 11 insertions, 0 deletions
diff --git a/gotrc-examples/cerberus b/gotrc-examples/cerberus
new file mode 100644
index 0000000..b099624
--- /dev/null
+++ b/gotrc-examples/cerberus
@@ -0,0 +1,11 @@
+# -*- shell-script -*-
+
+# This module configures gates-of-tartaros to use
+# cerberus instead of login
+
+
+_use_login ()
+{
+ exec cerberus -- "${user}"
+}
+