summaryrefslogtreecommitdiffstats
path: root/test/TEST-23-UNIT-FILE/TEST-23-UNIT-FILE.units/TEST-23-UNIT-FILE-specifier-j-wants.service
blob: 5aeee9f8d66950b95c1294abbdf6db2acd9be3f8 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=Wants with percent-j specifier
Wants=TEST-23-UNIT-FILE-specifier-j-depends-%j.service
After=TEST-23-UNIT-FILE-specifier-j-depends-%j.service

[Service]
Type=oneshot
ExecStart=test -f /tmp/test-specifier-j-%j
ExecStart=touch /tmp/tetsuite-23-specifier-j-done