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

Silence service enabling

This commit is contained in:
tituspijean 2021-12-21 18:18:50 +01:00
parent 242e4b2c2f
commit eb0608f1f2
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720
3 changed files with 3 additions and 3 deletions

View file

@ -191,7 +191,7 @@ ynh_systemd_action --service_name=wireguard_ui --action="start" --line_match="ht
ynh_script_progression --message="Starting the systemd service for the VPN..." --weight=1 ynh_script_progression --message="Starting the systemd service for the VPN..." --weight=1
# Start and enable a systemd service # Start and enable a systemd service
systemctl enable --now wg-quick@wg0 systemctl enable --now --quiet wg-quick@wg0
#================================================= #=================================================
# SETUP SSOWAT # SETUP SSOWAT

View file

@ -144,7 +144,7 @@ ynh_systemd_action --service_name=wireguard_ui --action="start" --line_match="ht
ynh_script_progression --message="Starting the systemd service for the VPN..." --weight=1 ynh_script_progression --message="Starting the systemd service for the VPN..." --weight=1
# Start and enable a systemd service # Start and enable a systemd service
systemctl enable --now wg-quick@wg0 systemctl enable --now --quiet wg-quick@wg0
#================================================= #=================================================
# GENERIC FINALIZATION # GENERIC FINALIZATION

View file

@ -230,7 +230,7 @@ ynh_systemd_action --service_name=wireguard_ui --action="start" --line_match="ht
ynh_script_progression --message="Starting the systemd service for the VPN..." --weight=1 ynh_script_progression --message="Starting the systemd service for the VPN..." --weight=1
# Start and enable a systemd service # Start and enable a systemd service
systemctl enable --now wg-quick@wg0 systemctl enable --now --quiet wg-quick@wg0
#================================================= #=================================================
# RELOAD NGINX # RELOAD NGINX