3 lines
95 B
Bash
3 lines
95 B
Bash
#!/bin/sh
|
|
exec chpst -U privoxy:privoxy /usr/sbin/privoxy --no-daemon /etc/privoxy/config 2>&1
|