#!/usr/bin/bash

mkdir -p /etc/systemd/system.conf.d
tee /etc/systemd/system.conf.d/show-status.conf >/dev/null <<'EOF'
[Manager]
ShowStatus=yes
EOF
