We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dfba58 commit 759b0afCopy full SHA for 759b0af
managed/node-agent/resources/configure_earlyoom_service.sh
@@ -61,7 +61,7 @@ if [ -z ${YB_HOME_DIR+x} ]; then
61
YB_HOME_DIR="/home/yugabyte"
62
fi
63
64
-systemctl --user disable earlyoom --now
+systemctl --user status earlyoom && systemctl --user disable earlyoom --now
65
66
if [[ "$action" = "configure" || "$action" = "enable" ]]; then
67
if ! [[ -z "${config}" ]]; then
0 commit comments