mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-04-15 11:47:09 +02:00
fix bin path
This commit is contained in:
parent
7587631c3f
commit
e6e4c250eb
@ -8,16 +8,16 @@ command = pdnsd -c /etc/pdnsd.conf
|
||||
|
||||
[program:shadowsocks]
|
||||
priority = 300
|
||||
command = /usr/bin/sslocal -c /etc/shadowsocks/%(process_num)d.json
|
||||
command = sslocal -c /etc/shadowsocks/%(process_num)d.json
|
||||
numprocs_start = 1981
|
||||
numprocs = 5
|
||||
process_name = %(process_num)d
|
||||
|
||||
[program:haproxy]
|
||||
priority = 400
|
||||
command = /usr/bin/haproxy -f /etc/haproxy/haproxy.cfg
|
||||
command = haproxy -f /etc/haproxy/haproxy.cfg
|
||||
|
||||
[program:nginx]
|
||||
priority = 500
|
||||
command = /usr/bin/nginx -g "daemon off; pid /run/nginx.pid; error_log stderr;"
|
||||
command = nginx -g "daemon off; error_log stderr;"
|
||||
|
Loading…
x
Reference in New Issue
Block a user