We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b0f51 commit 5da93a0Copy full SHA for 5da93a0
github-actions-tests/mamonsu_build.sh
@@ -44,6 +44,12 @@ if [ "${OS%:*}" = "centos" ]; then
44
cat /mamonsu/github-actions-tests/sources/agent_3.5.9.conf > /etc/mamonsu/agent.conf
45
systemctl daemon-reload
46
systemctl restart mamonsu
47
+ systemctl status mamonsu
48
+ if [[ $? -ne 0 ]]; then
49
+ # overcome possible GitHub limitations on /sys/fs/cgroup
50
+ /etc/init.d/mamonsu restart
51
+ /etc/init.d/mamonsu status
52
+ fi
53
sleep 5
54
echo && echo && echo "mamonsu version:"
55
mamonsu --version
0 commit comments