Lines Matching refs:systemctl
9 systemctl start --no-block hello-after-sleep.target
11 systemctl list-jobs >/root/list-jobs.txt
13 systemctl list-jobs >/root/list-jobs.txt
20 systemctl start --job-mode=ignore-dependencies hello
27 systemctl list-jobs >/root/list-jobs.txt
30 systemctl stop sleep.service hello-after-sleep.target
33 systemctl is-active systemd-importd && { echo 'unexpected success'; exit 1; }
34 systemctl -T start systemd-importd
35 systemctl is-active systemd-importd
36 systemctl --show-transaction stop systemd-importd
37 systemctl is-active systemd-importd && { echo 'unexpected success'; exit 1; }
40 systemctl start --no-block hello-after-sleep.target
43 systemctl try-restart --job-mode=fail hello.service
44 systemctl try-restart hello.service
45 systemctl stop hello.service sleep.service hello-after-sleep.target
50 systemctl start unstoppable.service
53 systemctl stop unstoppable.service && exit 1
55 systemctl stop --job-mode=replace-irreversibly unstoppable.service
60 systemctl start unstoppable.service
78 systemctl start --wait wait2.service
85 systemctl start --wait wait2.service wait5fail.service && { echo 'unexpected success'; exit 1; }