mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
10 lines
201 B
Desktop File
10 lines
201 B
Desktop File
[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
|