Systemd/test/TEST-28-PERCENTJ-WANTEDBY
Patrick Williams 8eab766804 core: support %j in unit dependency resolution
Commit 250e9fadbc introduced
support for %j/%J specifier in unit files.  The function
unit_name_printf is used in unit dependency resolution,
such as Wants / After directives, but was missing support
for the %j.  Add to allow directives such as:

    [Unit]
    Wants=bar-%j.target

Fixes: systemd/systemd#11217
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2018-12-22 17:21:13 +09:00
..
Makefile core: support %j in unit dependency resolution 2018-12-22 17:21:13 +09:00
test.sh core: support %j in unit dependency resolution 2018-12-22 17:21:13 +09:00