particle-os-modules/modules/systemd/module.yml

13 lines
No EOL
392 B
YAML

name: systemd
shortdesc: The systemd module streamlines the management of systemd units during image building.
example: |
type: systemd
# this example disables automatic flatpak updates and enables a custom service unit for all users
system:
disabled:
- flatpak-system-update.timer
user:
enabled:
- my-custom.service
disabled:
- flatpak-user-update.timer