mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-28 18:40:33 +00:00
Fix: update exec start/reload args
This commit is contained in:
parent
82e489884b
commit
a5a1f09e84
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/bin/bash /etc/raspap/hostapd/servicestart.sh --interface wlan0 --seconds 3
|
ExecStart=/bin/bash /etc/raspap/hostapd/servicestart.sh --seconds 1
|
||||||
ExecReload=/bin/bash /etc/raspap/hostapd/servicestart.sh --interface wlan0 --seconds 3
|
ExecReload=/bin/bash /etc/raspap/hostapd/servicestart.sh --seconds 1
|
||||||
ExecStop=/bin/bash /etc/raspap/hostapd/servicestart.sh --action stop
|
ExecStop=/bin/bash /etc/raspap/hostapd/servicestart.sh --action stop
|
||||||
RemainAfterExit=no
|
RemainAfterExit=no
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue