Add rundir creation to linux start script

This commit is contained in:
z3APA3A 2018-12-28 12:45:15 +03:00
parent 37cebe08af
commit dec10d4edd

View File

@ -17,6 +17,7 @@ case "$1" in
start)
echo Starting 3Proxy
/bin/mkdir -p /var/run/3proxy
/bin/3proxy /etc/3proxy/3proxy.cfg
RETVAL=$?