Searched refs:SERVICE_EXITED (Results 1 - 3 of 3) sorted by relevance

/systemd/src/basic/
H A Dunit-name.h143 SERVICE_EXITED, /* Nothing is running anymore, but RemainAfterExit is true hence this is OK */ enumerator in enum:ServiceState
H A Dunit-name.c952 [SERVICE_EXITED] = "exited",
/systemd/src/core/
H A Dservice.c63 [SERVICE_EXITED] = UNIT_ACTIVE,
84 [SERVICE_EXITED] = UNIT_ACTIVE,
931 if (state == SERVICE_EXITED && UNIT(s)->manager->n_reloading <= 0)
937 if (state == SERVICE_EXITED &&
1649 service_set_state(s, SERVICE_EXITED);
2058 assert(IN_SET(s->state, SERVICE_RUNNING, SERVICE_EXITED));
2069 assert(s->state == SERVICE_RUNNING || s->state == SERVICE_EXITED);

Completed in 206 milliseconds