db529af203
*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."
12 lines
196 B
Desktop File
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
|