2019-11-27 17:35:41 -06:00
|
|
|
[Unit]
|
|
|
|
Description=Process and docker CPU/memory utilization data export daemon
|
|
|
|
Requires=database.service updategraph.service
|
|
|
|
After=database.service updategraph.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
ExecStart=/usr/bin/procdockerstatsd
|
2020-02-10 13:08:42 -06:00
|
|
|
Restart=always
|
2019-11-27 17:35:41 -06:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
|