mirror of
https://github.com/3proxy/3proxy.git
synced 2026-05-13 13:57:26 +00:00
Add rundir creation to linux start script
This commit is contained in:
parent
37cebe08af
commit
dec10d4edd
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ case "$1" in
|
|||
start)
|
||||
echo Starting 3Proxy
|
||||
|
||||
/bin/mkdir -p /var/run/3proxy
|
||||
/bin/3proxy /etc/3proxy/3proxy.cfg
|
||||
|
||||
RETVAL=$?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue