-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docker-platform-monitor] add psud daemon to Pmon (#2423)
* Add psud daemon to pmon container * Update submodule sonic-platform-daemons Submodule update sonic-platform-daemons: e5d8155 - [sonic-psud] add a new daemon sonic-psud to platform monitor (#20) Signed-off-by: Kevin Wang <[email protected]>
- Loading branch information
1 parent
e55a7d7
commit b3abf9a
Showing
5 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,5 @@ fi | |
supervisorctl start ledd | ||
|
||
supervisorctl start xcvrd | ||
|
||
supervisorctl start psud |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# sonic-psud (SONiC PSU daemon) Debian package | ||
|
||
SONIC_PSUD = python-sonic-psud_1.0-1_all.deb | ||
$(SONIC_PSUD)_SRC_PATH = $(SRC_PATH)/sonic-platform-daemons/sonic-psud | ||
SONIC_PYTHON_STDEB_DEBS += $(SONIC_PSUD) |
Submodule sonic-platform-daemons
updated
from bc23ab to e5d815