mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-22 04:18:10 +00:00
hostapd: pass respawn settings when registering the service
When hostapd gets restarted to often/quickly will cause procd to not restart it anymore. it will think that hapd is in a crash loop. Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: Felix Fietkau <nbd@nbd.name> [adjust respawn time] Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
parent
a56d27acae
commit
8bf71ab029
@ -11,7 +11,7 @@ start_service() {
|
||||
mkdir -p /var/run/hostapd
|
||||
procd_open_instance hostapd
|
||||
procd_set_param command /usr/sbin/hostapd -s -g /var/run/hostapd/global
|
||||
procd_set_param respawn
|
||||
procd_set_param respawn 3600 1 0
|
||||
procd_close_instance
|
||||
fi
|
||||
|
||||
@ -19,7 +19,7 @@ start_service() {
|
||||
mkdir -p /var/run/wpa_supplicant
|
||||
procd_open_instance supplicant
|
||||
procd_set_param command /usr/sbin/wpa_supplicant -n -s -g /var/run/wpa_supplicant/global
|
||||
procd_set_param respawn
|
||||
procd_set_param respawn 3600 1 0
|
||||
procd_close_instance
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user