mirror of
https://github.com/systemd/systemd.git
synced 2024-12-26 03:22:00 +03:00
11 lines
312 B
Desktop File
11 lines
312 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Description=Wants with percent-j specifier
|
|
Wants=testsuite-23-specifier-j-depends-%j.service
|
|
After=testsuite-23-specifier-j-depends-%j.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=test -f /tmp/test-specifier-j-%j
|
|
ExecStart=touch /tmp/tetsuite-23-specifier-j-done
|