mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Initial commit, RaspAP daemon
This commit is contained in:
parent
f9dee64cdd
commit
1e93189a65
1 changed files with 10 additions and 0 deletions
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 a new issue