1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/testing/clash/clash.initd
2022-01-22 20:29:09 +00:00

11 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
}