aboutsummaryrefslogtreecommitdiffstats
path: root/gotrc-examples/cerberus
blob: b099624d613f6117f02414752bc352c62fb20ede (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# -*- shell-script -*-

# This module configures gates-of-tartaros to use
# cerberus instead of login


_use_login ()
{
    exec cerberus -- "${user}"
}