mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
12 lines
289 B
Desktop File
12 lines
289 B
Desktop File
[Unit]
|
|
Description=LSB: Advanced IEEE 802.11 management daemon
|
|
After=remote-fs.target
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=no
|
|
TimeoutSec=5min
|
|
ExecStart=/usr/sbin/hostapd /etc/hostapd/__APP__/hostapd.conf
|
|
ExecReload=/bin/kill -HEP $MAINPID
|