11 lines
137 B
Plaintext
11 lines
137 B
Plaintext
|
#!/sbin/openrc-run
|
||
|
supervisor=supervise-daemon
|
||
|
|
||
|
command="/usr/bin/gost"
|
||
|
command_background="yes"
|
||
|
|
||
|
depend() {
|
||
|
need net
|
||
|
after firewall
|
||
|
}
|