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:
parent
e4f1425180
commit
8d4b70de05
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue