Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | units: do more reordering of ordering config | Zbigniew Jędrzejewski-Szmek | 2023-05-23 | 1 | -3/+6 |
| | | | | | | | | | | | | | No functional change, just a cleanup to make the subsequent changes easier to see. This is a continuation of 9810e419425263bde86787bc21251f1ad3c35628 > The block is reordered and split to have: > 1. description + documentation > 2. (optionally) conditions > 3. all the dependencies The dependencies for shutdown.target are listed separately because they are the other deps are for startup, and shutdown.target only matter much later. | ||||
* | license: LGPL-2.1+ -> LGPL-2.1-or-later | Yu Watanabe | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | units: drop full paths for utilities in $PATH | Zbigniew Jędrzejewski-Szmek | 2020-01-20 | 1 | -0/+23 |
This makes things a bit simpler and the build a bit faster, because we don't have to rewrite files to do the trivial substitution. @rootbindir@ is always in our internal $PATH that we use for non-absolute paths, so there should be no functional change. |