Lines Matching defs:ExecStart
11 ExecStart=rm -f /tmp/nonexistent key
12 ExecStart=systemctl start test63.path key
13 ExecStart=touch /tmp/test63 key
15 ExecStart=sleep 2 key
16 ExecStart=sh -x -c 'test "$(systemctl show test63.service -P ActiveState)" = inactive' key
17 ExecStart=sh -x -c 'test "$(systemctl show test63.service -P Result)" = success' key
18 ExecStart=sh -x -c 'test "$(systemctl show test63.path -P ActiveState)" = failed' key
19 ExecStart=sh -x -c 'test "$(systemctl show test63.path -P Result)" = trigger-limit-hit' key
22 ExecStart=rm -f /tmp/test63 key
23 ExecStart=systemctl reset-failed key
24 ExecStart=systemctl start test63.path key
25 ExecStart=systemctl start test63.service key
26 ExecStart=sh -x -c 'test "$(systemctl show test63.service -P ActiveState)" = inactive' key
27 ExecStart=sh -x -c 'test "$(systemctl show test63.service -P Result)" = success' key
28 ExecStart=sh -x -c 'test "$(systemctl show test63.path -P ActiveState)" = active' key
29 ExecStart=sh -x -c 'test "$(systemctl show test63.path -P Result)" = success' key
30 ExecStart=sh -x -c 'echo OK >/testok' key