sonic-buildimage/files/image_config/copp/copp-config.service
Sudharsan Dhamal Gopalarathnam 98a434e8c1
Copp Manager Changes (#4861)
*Introduce CoPP Manager infrastructure
Copp service to generate initial copp config template file

Co-authored-by: dgsudharsan <sudharsan_gopalarat@dell.com>
2020-11-23 09:31:42 -08:00

12 lines
196 B
Desktop File
Executable File

[Unit]
Description=Update CoPP configuration
Requires=updategraph.service
After=updategraph.service
[Service]
Type=oneshot
ExecStart=/usr/bin/copp-config.sh
[Install]
WantedBy=multi-user.target