particle-os-modules/modules/systemd
2024-02-21 16:39:34 +02:00
..
module.yml chore: replace URLs with ublue-os/bling 2024-02-21 16:39:34 +02:00
README.md refactor: start using module.yml for module metadata (#116) 2024-02-04 16:05:22 +00:00
systemd.sh fix: Fix flag ordering in set calls in scripts (#99) 2024-01-16 06:12:08 +00:00

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.