mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Update after=multi-user.target
This commit is contained in:
parent
a5a1f09e84
commit
1b33935c01
@ -12,13 +12,11 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=RaspAP Service Daemon
|
Description=RaspAP Service Daemon
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
After=network.target
|
After=multi-user.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/bin/bash /etc/raspap/hostapd/servicestart.sh --seconds 1
|
ExecStart=/bin/bash /etc/raspap/hostapd/servicestart.sh --interface uap0 --seconds 3
|
||||||
ExecReload=/bin/bash /etc/raspap/hostapd/servicestart.sh --seconds 1
|
|
||||||
ExecStop=/bin/bash /etc/raspap/hostapd/servicestart.sh --action stop
|
|
||||||
RemainAfterExit=no
|
RemainAfterExit=no
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
Loading…
Reference in New Issue
Block a user