Increase syncd start timeout (#2776)
* Increase syncd start timeout Signed-off-by: Andriy Moroz <c_andriym@mellanox.com> * Replace TimeoutSec to TimeoutStartSec Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
This commit is contained in:
parent
5663c812e1
commit
5004d2b4fe
@ -22,6 +22,9 @@ Environment=sonic_asic_platform={{ sonic_asic_platform }}
|
|||||||
ExecStartPre=/usr/local/bin/syncd.sh start
|
ExecStartPre=/usr/local/bin/syncd.sh start
|
||||||
ExecStart=/usr/local/bin/syncd.sh wait
|
ExecStart=/usr/local/bin/syncd.sh wait
|
||||||
ExecStop=/usr/local/bin/syncd.sh stop
|
ExecStop=/usr/local/bin/syncd.sh stop
|
||||||
|
{% if sonic_asic_platform == 'mellanox' %}
|
||||||
|
TimeoutStartSec=150
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user