Fix host service for 202305 branch (#17781)
Why I did it When we disable telemetry.service, sonic-hostservice will not start. And root cause is sonic-hostservice is only wanted by telemetry.service. Work item tracking Microsoft ADO (number only): How I did it Add dependency for gnmi.service. How to verify it Disable telemetry.service and build new image, and then check sonic-hostservice with new image.
This commit is contained in:
parent
b99c46e3f8
commit
d81780baa3
@ -12,5 +12,5 @@ RestartSec=10
|
||||
TimeoutStopSec=3
|
||||
|
||||
[Install]
|
||||
WantedBy=mgmt-framework.service telemetry.service
|
||||
WantedBy=mgmt-framework.service telemetry.service gnmi.service
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user