From db529af20392eec9db69ce6d87de07e0f62a60cd Mon Sep 17 00:00:00 2001 From: Sudharsan Dhamal Gopalarathnam Date: Mon, 13 Sep 2021 09:10:21 -0700 Subject: [PATCH] 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." --- files/image_config/copp/copp-config.service | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 files/image_config/copp/copp-config.service diff --git a/files/image_config/copp/copp-config.service b/files/image_config/copp/copp-config.service old mode 100755 new mode 100644