Skip to content

Commit 1739f5c

Browse files
[services] add procdockerstatsd to sonic.target
Signed-off-by: Stepan Blyshchak <[email protected]>
1 parent 0e27a92 commit 1739f5c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/sonic-host-services-data/debian/sonic-host-services-data.procdockerstatsd.service

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
Description=Process and docker CPU/memory utilization data export daemon
33
Requires=database.service updategraph.service
44
After=database.service updategraph.service
5+
BindsTo=sonic.target
6+
After=sonic.target
57

68
[Service]
79
Type=simple
810
ExecStart=/usr/local/bin/procdockerstatsd
911
Restart=always
1012

1113
[Install]
12-
WantedBy=multi-user.target
13-
14+
WantedBy=sonic.target

0 commit comments

Comments
 (0)