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:
parent
39a0bed1a0
commit
126babe73c
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ ynh_restore_file --origin_path=/etc/systemd/system/wireguard@.path
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
|
|
||||||
systemctl enable --quiet wireguard_ui.service
|
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
|
systemctl enable --quiet --now wireguard@wg0.path
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue