1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hotspot_ynh.git synced 2024-09-03 19:25:53 +02:00

Unmask hostapd

This commit is contained in:
Alexandre Aubin 2019-03-14 02:38:06 +01:00 committed by GitHub
parent 2c87738877
commit 9a68383abb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -287,6 +287,7 @@ yunohost firewall allow --no-upnp UDP 67
# and the ynh-hotspot service handles them.
systemctl disable hostapd
systemctl stop hostapd
systemctl unmask hostapd # On some system e.g. RPi, for some reason hostapd is masked after install ...
systemctl enable php5-fpm
systemctl restart php5-fpm
systemctl reload nginx