diff options
Diffstat (limited to '')
-rwxr-xr-x | cgi-bin/systemctl_failed_user.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cgi-bin/systemctl_failed_user.sh b/cgi-bin/systemctl_failed_user.sh deleted file mode 100755 index fe9ddc0..0000000 --- a/cgi-bin/systemctl_failed_user.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -set -o errexit -o nounset -o pipefail - -echo 'Content-Type: text/plain; charset=utf-8' -echo - -SYSTEMD_COLORS=no systemctl --user list-units --failed --no-pager --full |