random-archer / mkinitcpio-systemd-tool

Provisioning tool for systemd in initramfs (systemd-tool)
https://www.archlinux.org/packages/community/any/mkinitcpio-systemd-tool/
Other
112 stars 27 forks source link

Added support for template service units #101

Closed kalehmann closed 11 months ago

kalehmann commented 1 year ago

See #100 for a detailed description of the issue that will be fixed by this pull request.

Allow pulling instances of templated service units into the initramfs. For example if a service my-fancy-tool@my-arg.service is wanted or required by a target inside the initrd, the service file my-fancy-tool@.service and the symlink <target>.wants/my-fancy-tool@my-arg.service will now be added to the initrd image file.