aports/testing/clash/clash.initd
2022-01-22 20:29:09 +00:00

12 lines
180 B
Bash
Executable File

#!/sbin/openrc-run
command="/usr/bin/clash"
command_args="-d /etc/clash"
command_background=true
pidfile="/run/$RC_SVCNAME.pid"
depend() {
need net
use dns logger netmount
}