Skip to content

fix(deploy): self-updater uses sudo systemctl#24

Merged
TeoSlayer merged 1 commit into
mainfrom
fix/self-update-sudo
Jul 2, 2026
Merged

fix(deploy): self-updater uses sudo systemctl#24
TeoSlayer merged 1 commit into
mainfrom
fix/self-update-sudo

Conversation

@TeoSlayer

Copy link
Copy Markdown
Contributor

Runs as User=ubuntu; bare systemctl restart fails without privilege. Use sudo (ubuntu has passwordless sudo). Prereq: jq installed on box.

…buntu)

The service runs as User=ubuntu, so bare 'systemctl restart' would fail with insufficient privilege. ubuntu has passwordless sudo on the box; use sudo for the restart + rollback-restart. Also note: the box needs 'jq' installed (self-updater dependency).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@codecov

codecov Bot commented Jul 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@TeoSlayer TeoSlayer merged commit 1340230 into main Jul 2, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants