mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Fix: update exec start/reload args
This commit is contained in:
parent
82e489884b
commit
a5a1f09e84
@ -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 New Issue
Block a user