parent |
---|
Configuration |
Options for configuring systemd services.
A list of services to enable. That is, services that will be set to automatically run on OS boot.
Example:
os:
services:
enable:
- sshd
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