service_started

Ensure that a service is running using the appropriate method.

⚙️ Compatible targets: Linux, Windows

Parameters

NameDocumentation
nameService 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_started_${name}_ok
    • ☑️ Already compliant: service_started_${name}_kept
    • 🟨 Repaired: service_started_${name}_repaired
  • ❌ Error: service_started_${name}_error

Example

method: service_started
params:
  name: VALUE