diff options
Diffstat (limited to 'services/hostapd.in')
-rw-r--r-- | services/hostapd.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/services/hostapd.in b/services/hostapd.in new file mode 100644 index 0000000..172aa6f --- /dev/null +++ b/services/hostapd.in @@ -0,0 +1,7 @@ +description "WIFI access point daemon" +type respawn limit 10 +target boot +after sysinit ifrename +before network ifcfg + +exec hostapd "@ETCPATH@/hostapd.conf" |