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]
|
||||
Description=RaspAP Service Daemon
|
||||
DefaultDependencies=no
|
||||
After=network.target
|
||||
After=multi-user.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/bash /etc/raspap/hostapd/servicestart.sh --seconds 1
|
||||
ExecReload=/bin/bash /etc/raspap/hostapd/servicestart.sh --seconds 1
|
||||
ExecStop=/bin/bash /etc/raspap/hostapd/servicestart.sh --action stop
|
||||
ExecStart=/bin/bash /etc/raspap/hostapd/servicestart.sh --interface uap0 --seconds 3
|
||||
RemainAfterExit=no
|
||||
|
||||
[Install]
|
||||
|
Loading…
Reference in New Issue
Block a user