service_check_disabled_at_boot
Check if a service is set to not start at boot using the appropriate method.
⚙️ Compatible targets: Linux
Parameters
Name | Documentation |
---|---|
name | Service name (as recognized by systemd, init.d, etc...). This parameter is required. |
Outcome conditions
You need to replace ${name}
with its actual canonified value.
- ✅ Ok:
service_check_disabled_at_boot_${name}_ok
- ☑️ Already compliant:
service_check_disabled_at_boot_${name}_kept
- 🟨 Repaired:
service_check_disabled_at_boot_${name}_repaired
- ☑️ Already compliant:
- ❌ Error:
service_check_disabled_at_boot_${name}_error
Example
method: service_check_disabled_at_boot
params:
name: VALUE