mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
0ee994836c
<< EOF → <<EOF > foo < bar → >foo <bar
11 lines
257 B
Desktop File
11 lines
257 B
Desktop File
[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'
|