Skip to content

Commit 109e194

Browse files
authored
Update lldp.service.j2
1 parent d17cde2 commit 109e194

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

files/build_templates/per_namespace/lldp.service.j2

+3
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ ExecStartPre=/usr/local/bin/{{docker_container_name}}.sh start{% if multi_instan
2020
ExecStart=/usr/local/bin/{{docker_container_name}}.sh wait{% if multi_instance == 'true' %} %i{% endif %}
2121
ExecStop=/usr/local/bin/{{docker_container_name}}.sh stop{% if multi_instance == 'true' %} %i{% endif %}
2222
RestartSec=30
23+
24+
[Install]
25+
WantedBy=sonic.target

0 commit comments

Comments
 (0)