mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Initial commit, RaspAP daemon
This commit is contained in:
parent
f9dee64cdd
commit
1e93189a65
10
installers/raspap.service
Normal file
10
installers/raspap.service
Normal file
@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=RaspAP daemon
|
||||
After=multi-user.target
|
||||
|
||||
[Service]
|
||||
Type=idle
|
||||
ExecStart=/bin/bash /etc/raspap/hostapd/servicestart.sh --interface uap0 --seconds 3
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user