Lines Matching refs:systemctl
36 systemctl daemon-reload
40 systemctl enable systemd-oomd.service
43 if systemctl is-active systemd-oomd.service; then
44 systemctl restart systemd-oomd.service
47 systemctl start testsuite-55-testchill.service
48 systemctl start testsuite-55-testbloat.service
66 systemctl status testsuite-55-testchill.service
72 if ! systemctl status testsuite-55-testbloat.service; then
79 if systemctl status testsuite-55-testbloat.service; then exit 42; fi
80 if ! systemctl status testsuite-55-testchill.service; then exit 24; fi
84 systemctl start --machine "testuser@.host" --user testsuite-55-testchill.service
85 systemctl start --machine "testuser@.host" --user testsuite-55-testbloat.service
103 systemctl --machine "testuser@.host" --user status testsuite-55-testchill.service
109 if ! systemctl --machine "testuser@.host" --user status testsuite-55-testbloat.service; then
116 if systemctl --machine "testuser@.host" --user status testsuite-55-testbloat.service; then exit 42;…
117 if ! systemctl --machine "testuser@.host" --user status testsuite-55-testchill.service; then exit 2…
127 systemctl daemon-reload
128 systemctl start testsuite-55-testchill.service
129 systemctl start testsuite-55-testmunch.service
130 systemctl start testsuite-55-testbloat.service
134 if ! systemctl status testsuite-55-testmunch.service; then
141 if ! systemctl status testsuite-55-testbloat.service; then exit 25; fi
142 if systemctl status testsuite-55-testmunch.service; then exit 43; fi
143 if ! systemctl status testsuite-55-testchill.service; then exit 24; fi