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:
parent
242e4b2c2f
commit
eb0608f1f2
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
# Start and enable a systemd service
|
||||
systemctl enable --now wg-quick@wg0
|
||||
systemctl enable --now --quiet wg-quick@wg0
|
||||
|
||||
#=================================================
|
||||
# SETUP SSOWAT
|
||||
|
|
|
@ -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
|
||||
|
||||
# Start and enable a systemd service
|
||||
systemctl enable --now wg-quick@wg0
|
||||
systemctl enable --now --quiet wg-quick@wg0
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALIZATION
|
||||
|
|
|
@ -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
|
||||
|
||||
# Start and enable a systemd service
|
||||
systemctl enable --now wg-quick@wg0
|
||||
systemctl enable --now --quiet wg-quick@wg0
|
||||
|
||||
#=================================================
|
||||
# RELOAD NGINX
|
||||
|
|
Loading…
Add table
Reference in a new issue