summaryrefslogtreecommitdiff
path: root/test/testsuite-28.units/specifier-j-wants.service
blob: 6067ba09acb96d72b80856b0f8a1f3f14cd3eba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=Wants with percent-j specifier
Wants=specifier-j-depends-%j.service
After=specifier-j-depends-%j.service
After=testsuite-28-pre.service

[Service]
Type=oneshot
ExecStart=test -f /tmp/test-specifier-j-%j
ExecStart=sh -c 'echo OK >/testok'