mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-12-08 08:55:14 +00:00
[build] Build/install sonic-ledd as a Python wheel package (#5168)
As part of migrating all Python-based package installers to wheel format rather than Debian packages. Also to allow for easily building a Python 3 version of the package in the near future. - Also remove some references to sonic-daemon-base which I previously missed and add missing sonic-py-common dependency for sonic-pcied.
This commit is contained in:
@@ -65,7 +65,7 @@ dependent_startup_wait_for=start:exited
|
||||
|
||||
{% if not skip_ledd %}
|
||||
[program:ledd]
|
||||
command=/usr/bin/ledd
|
||||
command=/usr/local/bin/ledd
|
||||
priority=5
|
||||
autostart=false
|
||||
autorestart=false
|
||||
|
||||
Reference in New Issue
Block a user