service_start

Start a service using the appropriate method.

⚙️ Compatible targets: Linux

⚠️ Deprecated: This method is deprecated and should not be used.

Parameters

NameDocumentation
nameName of the service.

This parameter is required.

Outcome conditions

You need to replace ${name} with its actual canonified value.

  • ✅ Ok: service_start_${name}_ok
    • ☑️ Already compliant: service_start_${name}_kept
    • 🟨 Repaired: service_start_${name}_repaired
  • ❌ Error: service_start_${name}_error

Example

method: service_start
params:
  name: VALUE

Documentation

See service_action for documentation.