diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-05-21 18:19:52 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-05-21 18:19:52 +0200 |
commit | e12390d75b5ea0423f19efc1dc5dd97ae5fe42dd (patch) | |
tree | 4ba301c80896404caacc98ac7d1d81cc695b593a /src/systemd | |
parent | f8e2d8acd8a036a041cf4b51891d21a3c809afb0 (diff) | |
download | vyos-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@.service | 2 |
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
|