Skip to content

Commit

Permalink
[snmp]: Add swss dependency for snmp service (#1034)
Browse files Browse the repository at this point in the history
- snmp service needs swss to be ready to get the port counter map

Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
  • Loading branch information
Shuotian Cheng authored Oct 12, 2017
1 parent 27cac94 commit dbced4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/build_templates/snmp.service.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=SNMP container
Requires=database.service
After=database.service
Requires=database.service swss.service
After=database.service swss.service

[Service]
User={{ sonicadmin_user }}
Expand Down

0 comments on commit dbced4f

Please sign in to comment.