8 lines
142 B
Text
8 lines
142 B
Text
|
#!/sbin/openrc-run
|
||
|
|
||
|
supervisor=supervise-daemon
|
||
|
|
||
|
name="tapws"
|
||
|
command="/usr/bin/tapws"
|
||
|
command_args="-bind $bind_address -host $network_host"
|