mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
11 lines
201 B
SYSTEMD
11 lines
201 B
SYSTEMD
|
[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
|