Files
omarchycn/test/shell.d/fixtures/privileged-heredoc/route-install-hop-literal.sh
T
2026-08-30 11:54:31 -04:00

8 lines
178 B
Bash

#!/bin/bash
cat <<EOF >/tmp/omarchy-review-unit
[Service]
ExecStart=$HOME/.local/bin/payload
EOF
sudo install -m 644 /tmp/omarchy-review-unit /etc/systemd/system/review.service