From 2b0565eb85245d68f422a047db0873ab29634d8d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 3 Sep 2022 19:23:27 +0200 Subject: [PATCH] Fix lxc-net start --- scripts/install | 2 +- scripts/restore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index dbc00b0..f375f75 100644 --- a/scripts/install +++ b/scripts/install @@ -219,7 +219,7 @@ then fi ynh_add_config --template="../conf/default.conf" --destination="/etc/lxc/default.conf" systemctl enable lxc-net --quiet - ynh_systemd_action --service_name=lxc-net --action="restart" --line_match="Started LXC network bridge" --log_path="systemd" + ynh_systemd_action --service_name=lxc-net --action="restart" --line_match="Finished LXC network bridge setup" --log_path="systemd" fi fi diff --git a/scripts/restore b/scripts/restore index 3dabad1..fb513e8 100644 --- a/scripts/restore +++ b/scripts/restore @@ -134,7 +134,7 @@ then ynh_secure_remove --file="/etc/lxc/default.conf" ynh_add_config --template="../conf/default.conf" --destination="/etc/lxc/default.conf" systemctl enable lxc-net --quiet - ynh_systemd_action --service_name=lxc-net --action="restart" --line_match="Started LXC network bridge" --log_path="systemd" + ynh_systemd_action --service_name=lxc-net --action="restart" --line_match="Finished LXC network bridge setup" --log_path="systemd" fi fi