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

Fix wg-quick@wg0 enabling

This commit is contained in:
tituspijean 2021-12-26 17:05:42 +01:00
parent 39a0bed1a0
commit 126babe73c
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -116,7 +116,7 @@ ynh_restore_file --origin_path=/etc/systemd/system/wireguard@.path
systemctl daemon-reload
systemctl enable --quiet wireguard_ui.service
systemctl enable --quiet --now wireguard@wg0.service
systemctl enable --quiet wireguard@wg0.service
systemctl enable --quiet --now wireguard@wg0.path
#=================================================