98a434e8c1
*Introduce CoPP Manager infrastructure Copp service to generate initial copp config template file Co-authored-by: dgsudharsan <sudharsan_gopalarat@dell.com>
12 lines
196 B
Desktop File
Executable File
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
|