Skip to content

Commit

Permalink
[snmp.service] Make swss.service a requisite (#2790)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanblyschak authored and qiluo-msft committed Apr 17, 2019
1 parent 16927f5 commit 6a4ffef
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 6a4ffef

Please sign in to comment.