diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-05-21 18:21:07 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-05-21 18:21:07 +0200 |
commit | 2c9bbd821d6cb6f9ea66435e5a2161e85c1b9350 (patch) | |
tree | 26ab10f153d02846de04cfc75bf7f82f9f3ba05f /src/etc/systemd | |
parent | e12390d75b5ea0423f19efc1dc5dd97ae5fe42dd (diff) | |
download | vyos-1x-2c9bbd821d6cb6f9ea66435e5a2161e85c1b9350.tar.gz vyos-1x-2c9bbd821d6cb6f9ea66435e5a2161e85c1b9350.zip |
wireless: T1627: remove get_conf_file()
Diffstat (limited to 'src/etc/systemd')
-rw-r--r-- | src/etc/systemd/system/wpa_supplicant@.service.d/override.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/etc/systemd/system/wpa_supplicant@.service.d/override.conf b/src/etc/systemd/system/wpa_supplicant@.service.d/override.conf index 20b25b726..a895e675f 100644 --- a/src/etc/systemd/system/wpa_supplicant@.service.d/override.conf +++ b/src/etc/systemd/system/wpa_supplicant@.service.d/override.conf @@ -5,6 +5,6 @@ After=vyos-router.service [Service] WorkingDirectory= WorkingDirectory=/run/wpa_supplicant -EnvironmentFile= +PIDFile=/run/wpa_supplicant/%I.pid ExecStart= -ExecStart=/sbin/wpa_supplicant -c%I.conf -Dnl80211,wext -i%I +ExecStart=/sbin/wpa_supplicant -c/run/wpa_supplicant/%I.conf -Dnl80211,wext -i%I |