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.
systemd-cgls
--full
1 parent 8d5a87b commit ab13f15Copy full SHA for ab13f15
usr/libexec/usability-misc/check-user-slice-on-shutdown
@@ -16,7 +16,7 @@ printf '%s\n' "$0: INFO: Start."
16
counter=0
17
while (( counter < 10 )); do
18
light_sleep 1
19
- systemd_cgls_output="$(systemd-cgls --no-pager --unit user.slice)"
+ systemd_cgls_output="$(systemd-cgls --no-pager --full --unit user.slice)"
20
if [ "$(wc -l <<< "$systemd_cgls_output")" == '1' ]; then
21
printf '%s\n' "$0: INFO: End. OK."
22
exit 0
0 commit comments