Add hostname-config.service as dependency to swss.service

Signed-off-by: saksarav <sakthivadivu.saravanaraj@nokia.com>
This commit is contained in:
saksarav 2024-02-08 13:59:32 -05:00
parent 91b59ae941
commit 14f3f091d3

View File

@ -11,6 +11,7 @@ Requires=opennsl-modules.service
{% endif %} {% endif %}
Requires=updategraph.service Requires=updategraph.service
After=updategraph.service After=updategraph.service
After=hostname-config.service
BindsTo=sonic.target BindsTo=sonic.target
After=sonic.target After=sonic.target
Before=ntp-config.service Before=ntp-config.service