Skip to content

Commit d430346

Browse files
Added dependency to start the service before bgp service
Signed-off-by: saksarav <[email protected]>
1 parent 80bae33 commit d430346

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

files/build_templates/startup_tsa_tsb.service

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Description= STARTUP TSA-TSB SERVICE
33
Requires=updategraph.service database.service
44
After=updategraph.service database.service
5+
Before=bgp.service
56
ConditionPathExists=!/etc/sonic/chassisdb.conf
67

78
[Service]

files/scripts/startup_tsa_tsb.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def config_tsa():
7777
return tsa_ena
7878

7979
def config_tsb():
80-
logger.log_info("startup_tsa_tsb: Configuring TSB")
80+
logger.log_info("Configuring TSB")
8181
subprocess.check_output(['TSB']).strip()
8282
tsb_issued = True
8383
return

0 commit comments

Comments
 (0)