summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-08-01 21:10:19 +0200
committerChristian Poessinger <christian@poessinger.com>2022-08-01 21:10:22 +0200
commitfa25d349aebc86e43957f37db765787fb7e431db (patch)
treeeaa0548bdaac76c71586a429831ee15231761821 /src/systemd
parent5e919d3f91bccaf64878a94756c21766896db132 (diff)
downloadvyos-1x-fa25d349aebc86e43957f37db765787fb7e431db.tar.gz
vyos-1x-fa25d349aebc86e43957f37db765787fb7e431db.zip
macsec: T4537: remove debug falg "-d" from systemd service file
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/wpa_supplicant-macsec@.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd/wpa_supplicant-macsec@.service b/src/systemd/wpa_supplicant-macsec@.service
index 703009ad5..d5739583e 100644
--- a/src/systemd/wpa_supplicant-macsec@.service
+++ b/src/systemd/wpa_supplicant-macsec@.service
@@ -9,7 +9,7 @@ RequiresMountsFor=/run
Type=simple
WorkingDirectory=/run/wpa_supplicant
PIDFile=/run/wpa_supplicant/%I.pid
-ExecStart=/sbin/wpa_supplicant -d -c/run/wpa_supplicant/%I.conf -Dmacsec_linux -P/run/wpa_supplicant/%I.pid -i%I
+ExecStart=/sbin/wpa_supplicant -c/run/wpa_supplicant/%I.conf -Dmacsec_linux -P/run/wpa_supplicant/%I.pid -i%I
Restart=always
RestartSec=2