sonic-buildimage/files/image_config/copp/copp-config.service
Sudharsan Dhamal Gopalarathnam db529af203
Removing execute permission from copp config file (#8680)
*Removed execute permissions from the systemd copp-config.service file. 
Without this we will get a warning: "Configuration file /lib/systemd/system/copp-config.service is marked executable. Please remove executable permission bits. Proceeding anyway."
2021-09-13 09:10:21 -07:00

12 lines
196 B
Desktop 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