Drop unrelated privileged heredoc scanner

This commit is contained in:
Ryan Hughes
2026-08-30 11:49:50 -04:00
parent 40d0c9bbdf
commit 4c23077f80
37 changed files with 2 additions and 1280 deletions
@@ -1,13 +0,0 @@
#!/bin/bash
# One hop between the expansion and the home path it carries. The token in the
# heredoc has no slash and the value never resolves to a literal path, so a scan
# that rescues unresolved values would exempt a unit baking the user's home into
# /etc/systemd/system.
helper="$HOME/.local/share/omarchy/bin/omarchy-agent"
# omarchy:heredoc-expands paths=none -- helper is just the agent command name
cat <<EOF | sudo tee /etc/systemd/system/omarchy-agent.service >/dev/null
[Service]
ExecStart=$helper
EOF