- ajout d'information de commande

This commit is contained in:
Frogg 2026-05-13 16:27:42 +02:00
parent 65c83394f5
commit 6770e2d6b2
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ CMD_LIST_CONFIG_JSON=$(cat <<EOF
"items": [
{"label": "Exec errors", "cmd": "journalctl -xe -p err"},
{"label": "Boot errors", "cmd": "journalctl -b -p err"},
{"label": "Service errors", "cmd": "systemctl --failed --no-legend --no-pager"}
{"label": "Service errors", "cmd": "systemctl --failed"}
]
},
{