blob: 5142908219ef20bf1253cee9c7e4e46a1dd915ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/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
|