This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
sonic-buildimage/files/build_templates/snmp.service.j2

10 lines
338 B
Django/Jinja

[Unit]
Description=SNMP container
Requires=updategraph.service swss.service enable_counters.service
After=updategraph.service swss.service enable_counters.service
[Service]
ExecStartPre=/usr/bin/{{docker_container_name}}.sh start
ExecStart=/usr/bin/{{docker_container_name}}.sh attach
ExecStop=/usr/bin/{{docker_container_name}}.sh stop