diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-08-01 21:10:19 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-08-15 18:00:56 +0200 |
commit | dc41d55eba5e47a105d295e27fd30a0e6d62c711 (patch) | |
tree | 0f2f05a2585ccaee1bb792fa90a8c257c6d726fa | |
parent | 52b4b47f9e2484af7d493b72ebf0999c0047bf7b (diff) | |
download | vyos-1x-dc41d55eba5e47a105d295e27fd30a0e6d62c711.tar.gz vyos-1x-dc41d55eba5e47a105d295e27fd30a0e6d62c711.zip |
macsec: T4537: remove debug falg "-d" from systemd service file
(cherry picked from commit fa25d349aebc86e43957f37db765787fb7e431db)
-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 703009ad5..d5739583e 100644 --- a/src/systemd/wpa_supplicant-macsec@.service +++ b/src/systemd/wpa_supplicant-macsec@.service @@ -9,7 +9,7 @@ RequiresMountsFor=/run Type=simple WorkingDirectory=/run/wpa_supplicant PIDFile=/run/wpa_supplicant/%I.pid -ExecStart=/sbin/wpa_supplicant -d -c/run/wpa_supplicant/%I.conf -Dmacsec_linux -P/run/wpa_supplicant/%I.pid -i%I +ExecStart=/sbin/wpa_supplicant -c/run/wpa_supplicant/%I.conf -Dmacsec_linux -P/run/wpa_supplicant/%I.pid -i%I Restart=always RestartSec=2 |