You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-cluster/teleport/files/teleport.conf.d

18 lines
442 B

# /etc/conf.d/teleport: config file for /etc/init.d/teleport
# Where is your teleport.yaml file stored?
TELEPORT_CONFDIR="/etc/teleport"
# Any random options you want to pass to teleport.
TELEPORT_OPTS=""
# Pid file to use (needs to be absolute path).
#TELEPORT_PIDFILE="/var/run/teleport.pid"
# Path to log file
#TELEPORT_LOGFILE="/var/log/teleport.log"
# Startup dependency
# Un-comment when using etcd storage backend
#rc_need="etcd"