1
0
Fork 0
mirror of https://github.com/pygos/init.git synced 2024-05-17 03:06:13 +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

8 lines
156 B
Plaintext

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