Merge "Pre create logs directory for atop"

This commit is contained in:
Zuul 2025-03-05 20:11:28 +00:00 committed by Gerrit Code Review
commit 85cfb211db

View File

@ -19,7 +19,8 @@ _XTRACE_ATOP=$(set +o | grep xtrace)
set +o xtrace
function configure_atop {
cat <<EOF | sudo tee /etc/default/atop >/dev/null
mkdir -p $LOGDIR/atop
cat <<EOF | sudo tee /etc/default/atop >/dev/null
# /etc/default/atop
# see man atoprc for more possibilities to configure atop execution