1# SPDX-License-Identifier: LGPL-2.1-or-later 2[Unit] 3Description=Wants with percent-j specifier 4Wants=specifier-j-depends-%j.service 5After=specifier-j-depends-%j.service 6After=testsuite-28-pre.service 7 8[Service] 9Type=oneshot 10ExecStart=test -f /tmp/test-specifier-j-%j 11ExecStart=sh -c 'echo OK >/testok' 12