| .. | ||
| module.yml | ||
| README.md | ||
| systemd.sh | ||
systemd
The systemd module streamlines the management of systemd units during image building. Units are divided into system and user categories, with system units managed directly using systemctl and user units using systemctl --global. You can specify which units to enable/disable or unmask/mask under each category.
Supported operations are enabling, disabling, masking and unmasking.