Systemd/test/testsuite-28.units/specifier-j-wants.service

10 lines
227 B
SYSTEMD
Raw Normal View History

[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'