summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-05-21 18:19:52 +0200
committerChristian Poessinger <christian@poessinger.com>2020-05-21 18:19:52 +0200
commite12390d75b5ea0423f19efc1dc5dd97ae5fe42dd (patch)
tree4ba301c80896404caacc98ac7d1d81cc695b593a /src/systemd
parentf8e2d8acd8a036a041cf4b51891d21a3c809afb0 (diff)
downloadvyos-1x-e12390d75b5ea0423f19efc1dc5dd97ae5fe42dd.tar.gz
vyos-1x-e12390d75b5ea0423f19efc1dc5dd97ae5fe42dd.zip
macsec: T2023: delete wpa_supplicant config when interface is removed
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 9fad6b773..21e189e4b 100644
--- a/src/systemd/wpa_supplicant-macsec@.service
+++ b/src/systemd/wpa_supplicant-macsec@.service
@@ -11,7 +11,7 @@ RequiresMountsFor=/run
Type=simple
WorkingDirectory=/run/wpa_supplicant
PIDFile=/run/wpa_supplicant/%I.pid
-ExecStart=/sbin/wpa_supplicant -c /run/wpa_supplicant/%I.conf -Dmacsec_linux -i%I
+ExecStart=/sbin/wpa_supplicant -c/run/wpa_supplicant/%I.conf -Dmacsec_linux -i%I
[Install]
WantedBy=multi-user.target