sonic-buildimage/files/build_templates/enable_counters.service
pavel-shirshov f598397b07 Pavelsh/restart swss counters (#1854)
* sonic-quagga update. Don't spam with 'Vtysh connected from' message

* Restart counters in 60 seconds after manual swss restart
2018-07-12 01:52:19 -07:00

9 lines
247 B
Desktop File

[Unit]
Description=Enable SONiC counters
PartOf=swss.service
[Service]
Type=oneshot
ExecStart=/bin/bash -c 'sleep 60 ; /usr/bin/counterpoll queue enable ; /usr/bin/counterpoll port enable ; /usr/bin/pfcwd counter_poll enable'
RemainAfterExit=yes