Create a new `org.osbuild.systemd.unit` stage with the code for create systemd drop-ins extracted from `org.osbuild.systemd`. In contrast to the old code the new stage can only handle one drop-in file. This makes the stage and its schema clearer and simpler. If more than one config file is needed, the stage can be repeated multiple times. It is also more flexible since we can in the future specify additional options at the top level which will then be per-file, like a top level comment. The file is called `org.osbuild.systemd.unit` since in the future it could also support creating unit files (not just drop-ins). |
||
|---|---|---|
| .. | ||
| data | ||
| mod | ||
| pipelines | ||
| run | ||
| src | ||
| .gitignore | ||
| __init__.py | ||
| initrd.py | ||
| test.py | ||