mirror of
https://github.com/systemd/systemd.git
synced 2024-10-31 16:21:26 +03:00
10 lines
227 B
SYSTEMD
10 lines
227 B
SYSTEMD
|
[Unit]
|
||
|
Description=Wants with percent-j specifier
|
||
|
Wants=specifier-j-depends-%j.service
|
||
|
After=specifier-j-depends-%j.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=test -f /tmp/test-specifier-j-%j
|
||
|
ExecStart=sh -c 'echo OK > /testok'
|