Skip to content

Commit

Permalink
Fix issue: set has_timer attribute to true for platform monitor servi…
Browse files Browse the repository at this point in the history
…ce (#15624)

There is a redundant line in init_cfg.json.j2. It would cause pmon service always has "has_timer=False". However, we know that PMON has a timer now. So, I try to fix it here.
  • Loading branch information
Junchao-Mellanox committed Sep 5, 2023
1 parent c4c2c00 commit 874ca68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion files/build_templates/init_cfg.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
("database", "always_enabled", false, "always_enabled"),
("lldp", "enabled", true, "enabled"),
("pmon", "enabled", true, "enabled"),
("pmon", "enabled", false, "enabled"),
("radv", "enabled", false, "enabled"),
("snmp", "enabled", true, "enabled"),
("swss", "enabled", false, "enabled"),
Expand Down

0 comments on commit 874ca68

Please sign in to comment.