Add service status on the web admin

This commit is contained in:
Julien VAUBOURG
2014-11-17 23:44:18 +01:00
parent dbf4697ff2
commit f61bcb410f
11 changed files with 164 additions and 32 deletions

View File

@@ -7,7 +7,7 @@ domain=$(sudo yunohost app setting hotspot domain)
sudo service ynh-hotspot stop
sudo yunohost service remove ynh-hotspot
sudo rm -f /etc/init.d/ynh-hotspot
sudo rm -f /tmp/.ynh-hotspot-boot
sudo rm -f /tmp/.ynh-hotspot-*
# Remove confs
sudo rm -f /etc/hostapd/hostapd.conf{.tpl,} /etc/radvd.conf{.tpl,} /etc/dhcp/dhcpd.conf{.tpl,}
@@ -28,6 +28,6 @@ sudo userdel -f wifiadmin
# Remove packets
# The yunohost policy is currently to not uninstall packets (dependency problems)
## sudo apt-get --assume-yes --force-yes remove hostapd radvd isc-dhcp-server iptables
## sudo apt-get --assume-yes --force-yes remove sipcalc iwconfig
## sudo apt-get --assume-yes --force-yes remove sipcalc iw
exit 0