diff options
Diffstat (limited to 'test/testsuite-28.units/specifier-j-depends-wants.service')
-rw-r--r-- | test/testsuite-28.units/specifier-j-depends-wants.service | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/testsuite-28.units/specifier-j-depends-wants.service b/test/testsuite-28.units/specifier-j-depends-wants.service new file mode 100644 index 0000000..f9c6abb --- /dev/null +++ b/test/testsuite-28.units/specifier-j-depends-wants.service @@ -0,0 +1,7 @@ +[Unit] +Description=Dependent service for percent-j specifier +After=testsuite-28-pre.service + +[Service] +Type=oneshot +ExecStart=touch /tmp/test-specifier-j-wants |