diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-08-02 11:05:39 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-08-02 11:05:39 +0200 |
commit | ff080c487718506bee0b22155eb1ed725ecb5720 (patch) | |
tree | 099f71864a17ebe793816020fe56d68af7b44587 /src/systemd/wpa_supplicant-macsec@.service | |
parent | fa25d349aebc86e43957f37db765787fb7e431db (diff) | |
download | vyos-1x-ff080c487718506bee0b22155eb1ed725ecb5720.tar.gz vyos-1x-ff080c487718506bee0b22155eb1ed725ecb5720.zip |
hostap: T4584: add Debian specific options to systemd unit files
Diffstat (limited to 'src/systemd/wpa_supplicant-macsec@.service')
-rw-r--r-- | src/systemd/wpa_supplicant-macsec@.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemd/wpa_supplicant-macsec@.service b/src/systemd/wpa_supplicant-macsec@.service index d5739583e..ffb4fe32c 100644 --- a/src/systemd/wpa_supplicant-macsec@.service +++ b/src/systemd/wpa_supplicant-macsec@.service @@ -10,6 +10,7 @@ Type=simple WorkingDirectory=/run/wpa_supplicant PIDFile=/run/wpa_supplicant/%I.pid ExecStart=/sbin/wpa_supplicant -c/run/wpa_supplicant/%I.conf -Dmacsec_linux -P/run/wpa_supplicant/%I.pid -i%I +ExecReload=/bin/kill -HUP $MAINPID Restart=always RestartSec=2 |