1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00
This commit is contained in:
liberodark 2019-01-09 10:31:03 +01:00
parent 0a56de02a5
commit 2f19c0d7d9
2 changed files with 11 additions and 2 deletions

View file

@ -130,7 +130,7 @@ ynh_add_nginx_config
#================================================= #=================================================
# Create a system user # Create a system user
ynh_system_user_create $app #ynh_system_user_create $app
#================================================= #=================================================
# MODIFY A CONFIG FILE # MODIFY A CONFIG FILE

View file

@ -79,4 +79,13 @@ ynh_secure_remove "/var/log/$app/"
#================================================= #=================================================
# Delete a system user # Delete a system user
ynh_system_user_delete $app #ynh_system_user_delete $app
#=================================================
# RESTORE DNSMASQ
#=================================================
systemctl start dnsmasq.service
systemctl enable dnsmasq.service