ttlstun.initd - tlstun - simple go program to add tls support to other listeners HTML git clone https://git.parazyd.org/tlstun DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- ttlstun.initd (281B) --- 1 #!/sbin/openrc-run 2 # Copyright 1999-2021 Gentoo Authors 3 # Distributed under the terms of the GNU General Public License v2 4 5 name="${RC_SVCNAME}" 6 command="/usr/bin/tlstun" 7 pidfile="/run/${RC_SVCNAME}.pid" 8 command_args="${TLSTUN_ARGS}" 9 command_user="nobody" 10 command_background="yes"