mirror of https://gitee.com/openkylin/wpa.git
16 lines
396 B
SYSTEMD
16 lines
396 B
SYSTEMD
[Unit]
|
|
Description=Advanced IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/hostapd.pid
|
|
Restart=on-failure
|
|
RestartSec=2
|
|
Environment=DAEMON_CONF=/etc/hostapd/hostapd.conf
|
|
EnvironmentFile=-/etc/default/hostapd
|
|
ExecStart=/usr/sbin/hostapd -B -P /run/hostapd.pid -B $DAEMON_OPTS ${DAEMON_CONF}
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|