14 lines
216 B
Plaintext
14 lines
216 B
Plaintext
#!/bin/execlineb -P
|
|
|
|
####################
|
|
# Start turnserver #
|
|
####################
|
|
|
|
fdmove -c 2 1
|
|
s6-envdir env
|
|
multisubstitute {
|
|
importas -u CMD CMD
|
|
importas -usCd" " CMD_OPTS CMD_OPTS
|
|
}
|
|
exec -c $CMD $CMD_OPTS
|