We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d17cde2 commit 109e194Copy full SHA for 109e194
files/build_templates/per_namespace/lldp.service.j2
@@ -20,3 +20,6 @@ ExecStartPre=/usr/local/bin/{{docker_container_name}}.sh start{% if multi_instan
20
ExecStart=/usr/local/bin/{{docker_container_name}}.sh wait{% if multi_instance == 'true' %} %i{% endif %}
21
ExecStop=/usr/local/bin/{{docker_container_name}}.sh stop{% if multi_instance == 'true' %} %i{% endif %}
22
RestartSec=30
23
+
24
+[Install]
25
+WantedBy=sonic.target
0 commit comments