[snmp]: Add swss dependency for snmp service (#1034)

- snmp service needs swss to be ready to get the port counter map

Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
This commit is contained in:
Shuotian Cheng 2017-10-12 00:28:16 -07:00 committed by GitHub
parent 27cac94da7
commit dbced4fb77

View File

@ -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 }}