We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04814cb commit ecd99c7Copy full SHA for ecd99c7
files/build_templates/swss.service.j2
@@ -17,6 +17,7 @@ ExecStartPre=/bin/bash -c "while true; do if [ \"$(/usr/bin/docker exec database
17
ExecStartPre=/usr/bin/docker exec database redis-cli -n 0 FLUSHDB
18
ExecStartPre=/usr/bin/docker exec database redis-cli -n 1 FLUSHDB
19
ExecStartPre=/usr/bin/docker exec database redis-cli -n 2 FLUSHDB
20
+ExecStartPre=/usr/bin/docker exec database redis-cli -n 5 FLUSHDB
21
22
{% if sonic_asic_platform == 'mellanox' %}
23
TimeoutStartSec=3min
0 commit comments