We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80bae33 commit d430346Copy full SHA for d430346
files/build_templates/startup_tsa_tsb.service
@@ -2,6 +2,7 @@
2
Description= STARTUP TSA-TSB SERVICE
3
Requires=updategraph.service database.service
4
After=updategraph.service database.service
5
+Before=bgp.service
6
ConditionPathExists=!/etc/sonic/chassisdb.conf
7
8
[Service]
files/scripts/startup_tsa_tsb.py
@@ -77,7 +77,7 @@ def config_tsa():
77
return tsa_ena
78
79
def config_tsb():
80
- logger.log_info("startup_tsa_tsb: Configuring TSB")
+ logger.log_info("Configuring TSB")
81
subprocess.check_output(['TSB']).strip()
82
tsb_issued = True
83
return
0 commit comments