| parent | Configuration |
|---|---|
| ancestor | Image Customizer |
Options for configuring systemd services.
Added in v0.3.
A list of services to enable. That is, services that will be set to automatically run on OS boot.
Example:
os:
services:
enable:
- sshdAdded in v0.3.
A list of services to disable. That is, services that will be set to not automatically run on OS boot.
Example:
os:
services:
disable:
- sshdAdded in v0.3.