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

7 lines
166 B
Bash

DROP_IN=/etc/systemd/system/omarchy-agent.service.d/override.conf
cat <<EOF | sudo tee "$DROP_IN" >/dev/null
[Service]
ExecStart=$OMARCHY_PATH/bin/omarchy-agent
EOF