Skip to content

Commit

Permalink
[telemetry]: change the service dependency from swss to database (son…
Browse files Browse the repository at this point in the history
…ic-net#3072)

Signed-off-by: Jipan Yang <[email protected]>

RB=2177797
G=lnos-reviewers
R=pchaudhary,pmao,rmolina,samaity,sfardeen,zxu
A=pmao
  • Loading branch information
jipanyang authored and samaity committed Jul 1, 2020
1 parent 2e17a4b commit f347d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/build_templates/telemetry.service.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Telemetry container
Requires=swss.service
After=swss.service
Requires=database.service
After=database.service
Before=ntp-config.service

[Service]
Expand Down

0 comments on commit f347d77

Please sign in to comment.