Renamed sonic-bgpcfgd/bgpmon_proj directory to sonic-bfgcfgd/bgpmon so it is in sync with master branch naming change. Also made bgpmon auto restart enabled (#5453)
synch up the changes from master branch where bgpmon_proj is renamed to bgpmon. Added bgpmon to be autorestart enabled by supervisord
This commit is contained in:
parent
37c8511977
commit
6ae77f87cc
@ -86,7 +86,7 @@ stderr_logfile=syslog
|
||||
command=/usr/local/bin/bgpmon
|
||||
priority=6
|
||||
autostart=false
|
||||
autorestart=false
|
||||
autorestart=true
|
||||
startsecs=0
|
||||
stdout_logfile=syslog
|
||||
stderr_logfile=syslog
|
||||
|
@ -12,7 +12,7 @@ setuptools.setup(name='sonic-bgpcfgd',
|
||||
scripts=['bgpcfgd'],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'bgpmon = bgpmon_proj.bgpmon:main',
|
||||
'bgpmon = bgpmon.bgpmon:main',
|
||||
]
|
||||
},
|
||||
install_requires=['jinja2>=2.10', 'netaddr', 'pyyaml'],
|
||||
|
Loading…
Reference in New Issue
Block a user