Lines Matching refs:service

23 rm -rf /etc/systemd/system/testsuite-55-testbloat.service.d
30 mkdir -p /etc/systemd/system/user@.service.d/
31 …ssure=auto\nManagedOOMMemoryPressureLimit=0%" >/etc/systemd/system/user@.service.d/99-oomd-test.co…
33 mkdir -p /etc/systemd/system/systemd-oomd.service.d/
34 echo -e "[Service]\nEnvironment=SYSTEMD_LOG_LEVEL=debug" >/etc/systemd/system/systemd-oomd.service.…
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…
123 mkdir -p /etc/systemd/system/testsuite-55-testbloat.service.d/
124 echo "[Service]" >/etc/systemd/system/testsuite-55-testbloat.service.d/override.conf
125 …echo "ManagedOOMPreference=avoid" >>/etc/systemd/system/testsuite-55-testbloat.service.d/override.…
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