1
0
Fork 0
mirror of https://github.com/pygos/init.git synced 2024-10-04 23:39:57 +02:00
init/services/hostapd.in
David Oberhollenzer 8718c31928 Add service file for hostapd
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-07-20 20:58:34 +02:00

7 lines
156 B
Text

description "WIFI access point daemon"
type respawn limit 10
target boot
after sysinit ifrename
before network ifcfg
exec hostapd "@ETCPATH@/hostapd.conf"