aboutsummaryrefslogtreecommitdiffstats
path: root/testing/clash/clash.initd
blob: 2296f7ea984cf23edefb1cc66be89bf639e81593 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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
}