2020-11-23 11:31:42 -06:00
|
|
|
[Unit]
|
|
|
|
Description=Update CoPP configuration
|
|
|
|
Requires=updategraph.service
|
|
|
|
After=updategraph.service
|
2021-10-13 23:07:44 -05:00
|
|
|
BindsTo=sonic.target
|
|
|
|
After=sonic.target
|
2020-11-23 11:31:42 -06:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
ExecStart=/usr/bin/copp-config.sh
|
|
|
|
|
|
|
|
[Install]
|
2021-10-13 23:07:44 -05:00
|
|
|
WantedBy=sonic.target
|