diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-05-16 22:49:32 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-05-16 22:49:32 +0200 |
commit | bd50adc942797ef52ac80ab29b5edca8bddd554b (patch) | |
tree | 30339e252f48b34d4b8bf754c24ca0454dcd7e3f /rc/bin/service | |
parent | 83f8d591689cae964ba58fbcf172f6a4fa7003ed (diff) | |
download | plan9front-bd50adc942797ef52ac80ab29b5edca8bddd554b.tar.xz |
add srvtls and the corresponding tcp17020 service
Diffstat (limited to 'rc/bin/service')
-rwxr-xr-x | rc/bin/service/tcp17020 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rc/bin/service/tcp17020 b/rc/bin/service/tcp17020 new file mode 100755 index 000000000..e05556c96 --- /dev/null +++ b/rc/bin/service/tcp17020 @@ -0,0 +1,2 @@ +#!/bin/rc +exec tlssrv -A /bin/aux/trampoline 'net!$fs!9fs' |