]> git.pld-linux.org Git - packages/hostapd.git/blame - hostapd.service
fix build flags application; rel 2
[packages/hostapd.git] / hostapd.service
CommitLineData
5588f8df
JP
1[Unit]
2Description=Access point and authentication server for Wi-Fi and Ethernet
3Documentation=man:hostapd(8)
4After=network.target
5
6[Service]
7Type=forking
8PIDFile=/run/hostapd.pid
9Restart=on-failure
10RestartSec=2
11Environment=HOSTAPD_CONF=/etc/hostap/hostapd.conf
12EnvironmentFile=-/etc/sysconfig/hostapd
13ExecStart=/sbin/hostapd -B -P /run/hostapd.pid $HOSTAPD_OPTS ${HOSTAPD_CONF}
14
15[Install]
16WantedBy=multi-user.target
This page took 0.122929 seconds and 4 git commands to generate.