Skip to content

feat(zc1265): insert --now after systemctl enable#1211

Merged
afadesigns merged 1 commit into
mainfrom
feat/zc1265-fix
Apr 24, 2026
Merged

feat(zc1265): insert --now after systemctl enable#1211
afadesigns merged 1 commit into
mainfrom
feat/zc1265-fix

Conversation

@afadesigns
Copy link
Copy Markdown
Owner

systemctl enable without --now only arms the service for next boot. Fix inserts --now right after the enable subcommand so the service starts immediately too. Subcommand-level insertion pattern (same shape as ZC1234 / ZC1253).

Test plan: tests green, lint clean, one integration test.

@github-actions github-actions Bot added test Adding or correcting tests area/source Generic source-tree change (fallback when no specific area fits) labels Apr 24, 2026
Copy link
Copy Markdown
Collaborator

@redteamx redteamx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 24, 2026

Codecov Report

❌ Patch coverage is 58.13953% with 18 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
pkg/katas/zc1265.go 58.13% 10 Missing and 8 partials ⚠️

📢 Thoughts on this report? Let us know!

@afadesigns afadesigns merged commit a4737a3 into main Apr 24, 2026
16 of 18 checks passed
@afadesigns afadesigns deleted the feat/zc1265-fix branch April 24, 2026 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/source Generic source-tree change (fallback when no specific area fits) test Adding or correcting tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants