systemd_hostapd.service 289 B

123456789101112
  1. [Unit]
  2. Description=LSB: Advanced IEEE 802.11 management daemon
  3. After=remote-fs.target
  4. After=network-online.target
  5. Wants=network-online.target
  6. [Service]
  7. Type=simple
  8. Restart=no
  9. TimeoutSec=5min
  10. ExecStart=/usr/sbin/hostapd /etc/hostapd/__APP__/hostapd.conf
  11. ExecReload=/bin/kill -HEP $MAINPID