Skip to content

Commit

Permalink
Start pmon to allow using ethtool
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann committed Jul 22, 2024
1 parent d554582 commit 3d1d26d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/sonic/sonic_entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ def initial_configuration(g: GuestFS) -> None:
g.ln_s(linkname=systemd_system + 'featured.timer', target='/dev/null') # Feature handling not necessary
g.ln_s(linkname=systemd_system + 'hostcfgd.timer', target='/dev/null') # After boot Host configuration
# Started by featured
g.ln_s(linkname=systemd_system + 'pmon.service', target='/lib/systemd/system/pmon.service')
g.ln_s(linkname=sonic_target_wants + 'pmon.service', target='/lib/systemd/system/pmon.service')
g.ln_s(linkname=sonic_target_wants + 'lldp.service', target='/lib/systemd/system/lldp.service')

# Workaround: Only useful for BackEndToRRouter
Expand Down

0 comments on commit 3d1d26d

Please sign in to comment.