1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hotspot_ynh.git synced 2024-09-03 19:25:53 +02:00
hotspot_ynh/conf/systemd_hostapd.service
2023-08-21 18:43:20 +02:00

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