Skip to content

Commit

Permalink
stop the rebbot service
Browse files Browse the repository at this point in the history
  • Loading branch information
nagworld9 committed Feb 23, 2024
1 parent c3b1829 commit 5451702
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests_e2e/orchestrator/scripts/install-agent
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ if [[ $(uname -a) == *"flatcar"* ]]; then
echo -e "[Unit]\nUpholds=" > /etc/systemd/system/$target_name.d/10-waagent-sysext.conf
systemctl daemon-reload
fi
# Flatcar images does automatic reboot without user input, so stopping the service which trigger the reboot
# Broadcast message from locksmithd at 2024-02-23 19:48:55.478412272 +0000 UTC m=
# System reboot in 5 minutes!
systemctl stop locksmithd
fi

#
Expand Down

0 comments on commit 5451702

Please sign in to comment.