Skip to content

Conversation

@sestinj
Copy link
Contributor

@sestinj sestinj commented Dec 6, 2025

Summary by cubic

Prevent services from auto-starting during apt installs in the runloop blueprint by adding a temporary /usr/sbin/policy-rc.d that exits 101, then removing it after install. This avoids unexpected daemon starts (e.g., Docker) during setup and makes the workflow more reliable.

Written for commit 704ca44. Summary will update automatically on new commits.

@sestinj sestinj requested a review from a team as a code owner December 6, 2025 01:45
@sestinj sestinj requested review from RomneyDa and removed request for a team December 6, 2025 01:45
@continue
Copy link
Contributor

continue bot commented Dec 6, 2025

Keep this PR in a mergeable state →

Learn more

All Green is an AI agent that automatically:

✅ Addresses code review comments

✅ Fixes failing CI checks

✅ Resolves merge conflicts

@continue-development-app
Copy link

Keep this PR in a mergeable state →

Learn more

All Green is an AI agent that automatically:

✅ Addresses code review comments

✅ Fixes failing CI checks

✅ Resolves merge conflicts

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Dec 6, 2025
@github-actions
Copy link

github-actions bot commented Dec 6, 2025

⚠️ PR Title Format

Your PR title doesn't follow the conventional commit format, but this won't block your PR from being merged. We recommend using this format for better project organization.

Expected Format:

<type>[optional scope]: <description>

Examples:

  • feat: add changelog generation support
  • fix: resolve login redirect issue
  • docs: update README with new instructions
  • chore: update dependencies

Valid Types:

feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert

This helps with:

  • 📝 Automatic changelog generation
  • 🚀 Automated semantic versioning
  • 📊 Better project history tracking

This is a non-blocking warning - your PR can still be merged without fixing this.

@sestinj sestinj merged commit 9f30c9a into main Dec 6, 2025
34 of 38 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in Issues and PRs Dec 6, 2025
@sestinj sestinj deleted the nate/prevent-apt-service-restarts branch December 6, 2025 01:45
@github-actions github-actions bot locked and limited conversation to collaborators Dec 6, 2025
@sestinj
Copy link
Contributor Author

sestinj commented Dec 10, 2025

🎉 This PR is included in version 1.36.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

released size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants