diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-07-22 23:17:42 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-08-15 18:00:56 +0200 |
commit | 66c1fbe7665fab4a51cbf1d626925d27e339f118 (patch) | |
tree | 55cdbfa28ab6f28d9ad9a53b441fd419e2aceda6 | |
parent | 488024e698ac5479b652f072b1680cdc62396f73 (diff) | |
download | vyos-1x-66c1fbe7665fab4a51cbf1d626925d27e339f118.tar.gz vyos-1x-66c1fbe7665fab4a51cbf1d626925d27e339f118.zip |
macsec: T2023: fixup systemd unit description
(cherry picked from commit bc70c1f502bc587627b1bd15f6803c6c09d20a66)
-rw-r--r-- | src/systemd/wpa_supplicant-macsec@.service | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/systemd/wpa_supplicant-macsec@.service b/src/systemd/wpa_supplicant-macsec@.service index 7e0bee8e1..93bebd9d9 100644 --- a/src/systemd/wpa_supplicant-macsec@.service +++ b/src/systemd/wpa_supplicant-macsec@.service @@ -1,12 +1,10 @@ [Unit] -Description=WPA supplicant daemon (macsec-specific version) +Description=WPA supplicant daemon (MACsec-specific version) Requires=sys-subsystem-net-devices-%i.device ConditionPathExists=/run/wpa_supplicant/%I.conf After=vyos-router.service RequiresMountsFor=/run -# NetworkManager users will probably want the dbus version instead. - [Service] Type=simple WorkingDirectory=/run/wpa_supplicant |