Skip to content

Commit 9a1bebe

Browse files
jipanyangjleveque
authored andcommitted
[telemetry]: change the service dependency from swss to database (#3072)
Signed-off-by: Jipan Yang <[email protected]>
1 parent 3f54b58 commit 9a1bebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

files/build_templates/telemetry.service.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Unit]
22
Description=Telemetry container
3-
Requires=swss.service
4-
After=swss.service
3+
Requires=database.service
4+
After=database.service
55
Before=ntp-config.service
66

77
[Service]

0 commit comments

Comments
 (0)