diff options
| author | Christian Poessinger <christian@poessinger.com> | 2022-08-01 21:10:19 +0200 | 
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2022-08-01 21:10:22 +0200 | 
| commit | fa25d349aebc86e43957f37db765787fb7e431db (patch) | |
| tree | eaa0548bdaac76c71586a429831ee15231761821 /src | |
| parent | 5e919d3f91bccaf64878a94756c21766896db132 (diff) | |
| download | vyos-1x-fa25d349aebc86e43957f37db765787fb7e431db.tar.gz vyos-1x-fa25d349aebc86e43957f37db765787fb7e431db.zip | |
macsec: T4537: remove debug falg "-d" from systemd service file
Diffstat (limited to 'src')
| -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 | 
