Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 463 Bytes

File metadata and controls

35 lines (25 loc) · 463 Bytes
parent
Configuration

services type

Options for configuring systemd services.

enable [string[]]

A list of services to enable. That is, services that will be set to automatically run on OS boot.

Example:

os:
  services:
    enable:
    - sshd

disable [string[]]

A list of services to disable. That is, services that will be set to not automatically run on OS boot.

Example:

os:
  services:
    disable:
    - sshd