summaryrefslogtreecommitdiff
path: root/nonsystemd/privoxy-openrc/privoxy.initd
blob: 79eb617f65cfe2752fba029950b3573b5c9d6577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/openrc-run
# Copyright by Artix Linux team under GPLv2

supervisor=supervise-daemon
command=/usr/bin/privoxy
command_args="--no-daemon /etc/privoxy/config"
command_user="privoxy:privoxy"
required_files="/etc/privoxy/config"

depend() {
	use net
}