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:
parent
4b6e8af051
commit
c8a39fe613
1 changed files with 1 additions and 1 deletions
|
@ -67,8 +67,8 @@ ynh_abort_if_errors
|
||||||
ynh_script_progression --message="Stopping a systemd service..." --time --weight=1
|
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"
|
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 --action="stop"
|
||||||
ynh_systemd_action --service_name=wireguard_path --action="stop"
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||||
|
|
Loading…
Add table
Reference in a new issue