]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/testsuite-28.units/specifier-j-wants.service
sd-bus: Add sd_bus_message_peek_type docs
[thirdparty/systemd.git] / test / testsuite-28.units / specifier-j-wants.service
CommitLineData
94370e62
ZJS
1[Unit]
2Description=Wants with percent-j specifier
3Wants=specifier-j-depends-%j.service
4After=specifier-j-depends-%j.service
de0162a9 5After=testsuite-28-pre.service
94370e62
ZJS
6
7[Service]
8Type=oneshot
9ExecStart=test -f /tmp/test-specifier-j-%j
10ExecStart=sh -c 'echo OK > /testok'