We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13bc313 commit 8fc380dCopy full SHA for 8fc380d
src/core/path.c
@@ -26,10 +26,10 @@
26
#include "unit.h"
27
28
static const UnitActiveState state_translation_table[_PATH_STATE_MAX] = {
29
- [PATH_DEAD] = UNIT_INACTIVE,
+ [PATH_DEAD] = UNIT_INACTIVE,
30
[PATH_WAITING] = UNIT_ACTIVE,
31
[PATH_RUNNING] = UNIT_ACTIVE,
32
- [PATH_FAILED] = UNIT_FAILED,
+ [PATH_FAILED] = UNIT_FAILED,
33
};
34
35
static int path_dispatch_io(sd_event_source *source, int fd, uint32_t revents, void *userdata);
0 commit comments