diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-07-22 23:17:42 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-07-22 23:17:42 +0200 |
commit | bc70c1f502bc587627b1bd15f6803c6c09d20a66 (patch) | |
tree | d633fc651eca62879232c32fa4db847288516dfc /src | |
parent | 089c10282dccfae21017c1c229c993c5f60ee9ba (diff) | |
download | vyos-1x-bc70c1f502bc587627b1bd15f6803c6c09d20a66.tar.gz vyos-1x-bc70c1f502bc587627b1bd15f6803c6c09d20a66.zip |
macsec: T2023: fixup systemd unit description
Diffstat (limited to 'src')
-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 |