aboutsummaryrefslogtreecommitdiffstats
path: root/gotrc-examples/cerberus
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-11-27 16:29:08 +0100
committerMattias Andrée <maandree@operamail.com>2013-11-27 16:29:08 +0100
commit9dfdec066dba96c523123d4e7d42bda8029d725b (patch)
tree2a250f7bcce795d5bc45f917fd0aaf37f074c32d /gotrc-examples/cerberus
parentm (diff)
downloadgates-of-tartaros-1385906830.tar.gz
gates-of-tartaros-1385906830.tar.bz2
gates-of-tartaros-1385906830.tar.xz
add cerberus to gotrc examples1385906830
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'gotrc-examples/cerberus')
-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}"
+}
+