5 lines
129 B
Bash
5 lines
129 B
Bash
#!/bin/sh
|
|
[ -r conf ] && . ./conf
|
|
install -d -m 0755 -o _tinyproxy -g _tinyproxy /run/tinyproxy
|
|
exec chpst -1 tinyproxy -d $OPTS
|