1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/netdata_ynh.git synced 2024-09-03 19:46:33 +02:00

stop service during remove

This commit is contained in:
Kayou 2024-07-03 15:57:54 +02:00 committed by GitHub
parent ad23d3be62
commit c0404337b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,8 @@ fi
# Remove the dedicated NGINX config
ynh_remove_nginx_config
ynh_systemd_action --service_name="$app" --action="stop"
#=================================================
# UNINSTALLING NETDATA
#=================================================