Skip to content

Commit

Permalink
[snmp.service] Make swss.service a requisite (sonic-net#2790)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanblyschak authored and MichelMoriniaux committed May 28, 2019
1 parent 43c5417 commit a8c7ac2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion files/build_templates/snmp.service.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[Unit]
Description=SNMP container
Requires=updategraph.service swss.service
Requires=updategraph.service
Requisite=swss.service
After=updategraph.service swss.service
Before=ntp-config.service

Expand Down

0 comments on commit a8c7ac2

Please sign in to comment.