Skip to content

Commit

Permalink
[services] add procdockerstatsd to sonic.target
Browse files Browse the repository at this point in the history
Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
  • Loading branch information
stepanblyschak committed Oct 26, 2020
1 parent 58a8f3b commit 560e502
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions files/image_config/procdockerstatsd/procdockerstatsd.service
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
Description=Process and docker CPU/memory utilization data export daemon
Requires=database.service updategraph.service
After=database.service updategraph.service
BindsTo=sonic.target
After=sonic.target

[Service]
Type=simple
ExecStart=/usr/bin/procdockerstatsd
Restart=always

[Install]
WantedBy=multi-user.target

WantedBy=sonic.target

0 comments on commit 560e502

Please sign in to comment.