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