This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
Environment=DAEMON_CONF=/etc/hostapd/hostapd.conf
-
EnvironmentFile=-/etc/default/hostapd
-
EnvironmentFile=/etc/sysconfig/hostapd
-
ExecReload=/bin/kill -HUP $MAINPID
-
ExecStart=/usr/bin/hostapd /etc/hostapd/hostapd.conf
-
ExecStart=/usr/bin/hostapd hostapd.conf
-
ExecStart=/usr/sbin/hostapd -B -P /run/hostapd.pid $DAEMON_OPTS ${DAEMON_CONF}
-
ExecStart=/usr/sbin/hostapd /etc/hostapd.conf
-
ExecStart=/usr/sbin/hostapd /etc/hostapd/hostapd.conf -P /run/hostapd.pid -B $OTHER_ARGS
-
PIDFile=/run/hostapd.pid
-
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHome
Introduced in systemd 214=yes -
ProtectHostname
Introduced in systemd 242=yes -
ProtectKernelLogs
Introduced in systemd 244=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectSystem
Introduced in systemd 214=full -
Restart=always
-
Restart=on-failure
-
RestartSec=2
-
RestrictRealtime
Introduced in systemd 231=yes -
Type=forking
-
-
[Unit]
-
After=network.target
-
After=sys-subsystem-net-devices-wlan0.device
-
BindsTo=sys-subsystem-net-devices-wlan0.device
-
Description=Access point and authentication server for Wi-Fi and Ethernet
-
Description=Hostapd IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
-
Description=hostapd wireless AP
-
Documentation=man:hostapd(8)
-
Additionnal notes
Nothing here.