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 5): add --quiet to systemctl in install

This commit is contained in:
tytan652 2020-12-29 18:10:49 +01:00 committed by tituspijean
parent e4f1425180
commit 8d4b70de05

View file

@ -133,7 +133,7 @@ ynh_add_systemd_config --service=wireguard_ui --template=wireguard_ui.service --
# Create a dedicated systemd config for monitoring WireGuard's configuration # Create a dedicated systemd config for monitoring WireGuard's configuration
cp ../conf/wireguard.path /etc/systemd/system/wireguard.path cp ../conf/wireguard.path /etc/systemd/system/wireguard.path
systemctl enable wireguard.path systemctl enable --quiet wireguard.path
# Create a dedicated systemd config for restarting WireGuard # Create a dedicated systemd config for restarting WireGuard
ynh_add_systemd_config --service=wireguard --template=wireguard.service --others_var="port_wg" ynh_add_systemd_config --service=wireguard --template=wireguard.service --others_var="port_wg"