blue-build / modules

BlueBuild standard modules used for building your Atomic Images
Apache License 2.0
22 stars 26 forks source link

feat(systemd): Add inclusion of systemd unit files #143

Closed fiftydinar closed 4 months ago

fiftydinar commented 4 months ago

If user wants to include his systemd unit, he would currently place those units here:

config/files/usr/lib/systemd/system config/files/usr/lib/systemd/user

While he should include those units here:

config/systemd/system config/systemd/user

This would get rid of files module dependency for this functionality & directly transfer it to systemd module.

xynydev commented 4 months ago

Yeah, could be added IG, since this shouldn't break any existing way to structure repos or use the module.

fiftydinar commented 4 months ago

This is merged, so issue will be closed.