You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✨ Add static field to service resource (#3288) (#6736)
Add a `static` boolean field to the service resource that indicates
whether a systemd unit file has no [Install] section and cannot be
enabled or disabled. This allows users to distinguish between services
that are disabled vs those that are static.
Supported in both the command-based systemd manager (parses
`systemctl list-unit-files` STATE column) and the filesystem-based
manager (detects absence of [Install] section in unit files).
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments