SERVICE_ONESHOT   321 src/core/service.c         if (s->type != SERVICE_ONESHOT && !s->exec_command[SERVICE_EXEC_START]) {
SERVICE_ONESHOT   331 src/core/service.c         if (s->type != SERVICE_ONESHOT && s->exec_command[SERVICE_EXEC_START]->command_next) {
SERVICE_ONESHOT   336 src/core/service.c         if (s->type == SERVICE_ONESHOT && s->restart != SERVICE_RESTART_NO) {
SERVICE_ONESHOT   341 src/core/service.c         if (s->type == SERVICE_ONESHOT && !exit_status_set_is_empty(&s->restart_force_status)) {
SERVICE_ONESHOT   429 src/core/service.c                                 s->type = SERVICE_ONESHOT;
SERVICE_ONESHOT   433 src/core/service.c                 if (s->type == SERVICE_ONESHOT && !s->start_timeout_defined)
SERVICE_ONESHOT   777 src/core/service.c                     ((s->deserialized_state == SERVICE_START && IN_SET(s->type, SERVICE_FORKING, SERVICE_DBUS, SERVICE_ONESHOT, SERVICE_NOTIFY)) ||
SERVICE_ONESHOT  1370 src/core/service.c                 assert(s->type == SERVICE_ONESHOT);
SERVICE_ONESHOT  1377 src/core/service.c                           IN_SET(s->type, SERVICE_FORKING, SERVICE_DBUS, SERVICE_NOTIFY, SERVICE_ONESHOT) ? s->timeout_start_usec : 0,
SERVICE_ONESHOT  1402 src/core/service.c         } else if (s->type == SERVICE_ONESHOT ||
SERVICE_ONESHOT  1594 src/core/service.c         assert(s->type == SERVICE_ONESHOT);
SERVICE_ONESHOT  2240 src/core/service.c                                 if (s->type == SERVICE_ONESHOT) {
SERVICE_ONESHOT  2844 src/core/service.c         [SERVICE_ONESHOT] = "oneshot",