Lines Matching defs:service
40 Service *service = NULL;
47 service = SERVICE(unit);
49 exec_context_dump(&service->exec_context, stdout, "\t");
51 while (service->state != SERVICE_DEAD && service->state != SERVICE_FAILED) {
64 exec_status_dump(&service->main_exec_status, stdout, "\t");
65 assert_se(service->main_exec_status.status == status_expected);
66 assert_se(service->main_exec_status.code == code_expected);
82 test(m, "exec-workingdirectory.service", 0, CLD_EXITED);
89 test(m, "exec-personality-x86-64.service", 0, CLD_EXITED);
92 test(m, "exec-personality-s390.service", 0, CLD_EXITED);
95 test(m, "exec-personality-x86.service", 0, CLD_EXITED);
100 test(m, "exec-ignoresigpipe-yes.service", 0, CLD_EXITED);
101 test(m, "exec-ignoresigpipe-no.service", SIGPIPE, CLD_KILLED);
107 test(m, "exec-privatetmp-yes.service", 0, CLD_EXITED);
108 test(m, "exec-privatetmp-no.service", 0, CLD_EXITED);
114 test(m, "exec-privatedevices-yes.service", 0, CLD_EXITED);
115 test(m, "exec-privatedevices-no.service", 0, CLD_EXITED);
120 test(m, "exec-systemcallfilter-not-failing.service", 0, CLD_EXITED);
121 test(m, "exec-systemcallfilter-not-failing2.service", 0, CLD_EXITED);
122 test(m, "exec-systemcallfilter-failing.service", SIGSYS, CLD_KILLED);
123 test(m, "exec-systemcallfilter-failing2.service", SIGSYS, CLD_KILLED);
129 test(m, "exec-systemcallerrornumber.service", 1, CLD_EXITED);
135 test(m, "exec-user.service", 0, CLD_EXITED);
142 test(m, "exec-group.service", 0, CLD_EXITED);
148 test(m, "exec-environment.service", 0, CLD_EXITED);
149 test(m, "exec-environment-multiple.service", 0, CLD_EXITED);
150 test(m, "exec-environment-empty.service", 0, CLD_EXITED);
168 test(m, "exec-environmentfile.service", 0, CLD_EXITED);
188 test(m, "exec-passenvironment.service", 0, CLD_EXITED);
189 test(m, "exec-passenvironment-repeated.service", 0, CLD_EXITED);
190 test(m, "exec-passenvironment-empty.service", 0, CLD_EXITED);
194 test(m, "exec-passenvironment-absent.service", 0, CLD_EXITED);
198 test(m, "exec-umask-default.service", 0, CLD_EXITED);
199 test(m, "exec-umask-0177.service", 0, CLD_EXITED);
203 test(m, "exec-runtimedirectory.service", 0, CLD_EXITED);
204 test(m, "exec-runtimedirectory-mode.service", 0, CLD_EXITED);
206 test(m, "exec-runtimedirectory-owner.service", 0, CLD_EXITED);
222 test(m, "exec-capabilityboundingset-simple.service", 0, CLD_EXITED);
223 test(m, "exec-capabilityboundingset-reset.service", 0, CLD_EXITED);
224 test(m, "exec-capabilityboundingset-merge.service", 0, CLD_EXITED);
225 test(m, "exec-capabilityboundingset-invert.service", 0, CLD_EXITED);
237 test(m, "exec-capabilityambientset.service", 0, CLD_EXITED);
238 test(m, "exec-capabilityambientset-merge.service", 0, CLD_EXITED);
251 test(m, "exec-privatenetwork-yes.service", 0, CLD_EXITED);
255 test(m, "exec-oomscoreadjust-positive.service", 0, CLD_EXITED);
256 test(m, "exec-oomscoreadjust-negative.service", 0, CLD_EXITED);
260 test(m, "exec-ioschedulingclass-none.service", 0, CLD_EXITED);
261 test(m, "exec-ioschedulingclass-idle.service", 0, CLD_EXITED);
262 test(m, "exec-ioschedulingclass-realtime.service", 0, CLD_EXITED);
263 test(m, "exec-ioschedulingclass-best-effort.service", 0, CLD_EXITED);