summaryrefslogtreecommitdiff
path: root/aports/uds_passthru/uds_passthru.initd
blob: 67f7698b21eacca9a759b09014c90c2184665dfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/sbin/openrc-run

supervisor=supervise-daemon
name="Unix Domain Socket pass-through"
description="Unix Domain Socket pass-through support"

command=/sbin/uds_passthru
command_background=true

depend() {
	need net
	after firewall
}