mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-12-27 07:31:09 +01:00
13 lines
252 B
Desktop File
13 lines
252 B
Desktop File
[Unit]
|
|
Description=Hostapd access point for %i
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/hostapd -P /run/hostapd_%i.pid /etc/hostapd/hostapd-%i.conf
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|