1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wireguard_ynh.git synced 2024-09-03 20:35:58 +02:00

fix(level 3): add disable wireguard.path

This commit is contained in:
tytan652 2020-12-29 20:07:37 +01:00 committed by tituspijean
parent 4b6e8af051
commit c8a39fe613

View file

@ -67,8 +67,8 @@ ynh_abort_if_errors
ynh_script_progression --message="Stopping a systemd service..." --time --weight=1
ynh_systemd_action --service_name=wireguard_ui --action="stop" --log_path="/var/log/$app/ui.log"
systemctl disable --now --quiet wireguard.path
ynh_systemd_action --service_name=wireguard --action="stop"
ynh_systemd_action --service_name=wireguard_path --action="stop"
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE