Files
omarchycn/test/shell.d/fixtures/privileged-heredoc/safe-runtime-expansion.sh
T
2026-08-30 11:54:31 -04:00

7 lines
250 B
Bash

# \$TERM stays literal so systemd expands it at runtime; nothing is baked in.
cat <<EOF | sudo tee /etc/systemd/system/getty@tty1.service.d/override.conf >/dev/null
[Service]
Environment=TERM=\$TERM
ExecStart=-/usr/bin/agetty --noclear %I \$TERM
EOF