mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 00:50:29 +00:00
Fix: RemainAfterExit=no
This commit is contained in:
parent
18b459032d
commit
82e489884b
1 changed files with 3 additions and 3 deletions
|
@ -16,10 +16,10 @@ After=network.target
|
|||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/bash /etc/raspap/hostapd/servicestart.sh --interface uap0 --seconds 3
|
||||
ExecReload=/bin/bash /etc/raspap/hostapd/servicestart.sh --interface uap0 --seconds 3
|
||||
ExecStart=/bin/bash /etc/raspap/hostapd/servicestart.sh --interface wlan0 --seconds 3
|
||||
ExecReload=/bin/bash /etc/raspap/hostapd/servicestart.sh --interface wlan0 --seconds 3
|
||||
ExecStop=/bin/bash /etc/raspap/hostapd/servicestart.sh --action stop
|
||||
RemainAfterExit=yes
|
||||
RemainAfterExit=no
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in a new issue