Lines Matching refs:systemctl
12 ExecStart=systemctl start test63.path
16 ExecStart=sh -x -c 'test "$(systemctl show test63.service -P ActiveState)" = inactive'
17 ExecStart=sh -x -c 'test "$(systemctl show test63.service -P Result)" = success'
18 ExecStart=sh -x -c 'test "$(systemctl show test63.path -P ActiveState)" = failed'
19 ExecStart=sh -x -c 'test "$(systemctl show test63.path -P Result)" = trigger-limit-hit'
23 ExecStart=systemctl reset-failed
24 ExecStart=systemctl start test63.path
25 ExecStart=systemctl start test63.service
26 ExecStart=sh -x -c 'test "$(systemctl show test63.service -P ActiveState)" = inactive'
27 ExecStart=sh -x -c 'test "$(systemctl show test63.service -P Result)" = success'
28 ExecStart=sh -x -c 'test "$(systemctl show test63.path -P ActiveState)" = active'
29 ExecStart=sh -x -c 'test "$(systemctl show test63.path -P Result)" = success'