feat(distro): add centos-7 support
[arvados-formula.git] / arvados / shell / config / files / RedHat / shell-shellinabox.tmpl.jinja
1 ########################################################################
2 # File managed by Salt at <{{ source }}>.
3 # Your changes will be overwritten.
4 ########################################################################
5 USER=shellinabox
6 GROUP=shellinabox
7 CERTDIR=/var/lib/shellinabox
8 # TCP port that shellinboxd's webserver listens on
9 PORT={{ arvados.shell.shellinabox.service.port }}
10 # SSL is disabled because it is terminated in Nginx. Adjust as needed.
11 OPTS="--disable-ssl --no-beep --service=/shell.{{ arvados.cluster.name }}.{{ arvados.cluster.domain }}:SSH"