fix: remove sudo from happy daemon start #16

Merged
cpfarhood merged 1 commits from fix/happy-daemon-no-sudo into main 2026-02-20 15:07:24 +00:00

1 Commits

Author SHA1 Message Date
Chris Farhood e89c3040b7 fix: remove sudo from happy daemon start — startapp.sh already runs as app user
sudo -u failed because the app user is not in sudoers. It was unnecessary
anyway: startapp.sh (and init-repo.sh) run as the app user (UID 1000) so
happy daemon start already executes as the correct user with the right HOME.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-20 10:05:41 -05:00