From ff080c487718506bee0b22155eb1ed725ecb5720 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Tue, 2 Aug 2022 11:05:39 +0200 Subject: hostap: T4584: add Debian specific options to systemd unit files --- src/systemd/wpa_supplicant-macsec@.service | 1 + 1 file changed, 1 insertion(+) (limited to 'src/systemd') 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 -- cgit v1.2.3