X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Funit.h;h=5d68583f10c267c50e61e1596a90f0ddbde4ca1c;hb=d04247cf25057cb5b3359244cd145e4027bd8536;hp=abd97f931503aaa40a467257323f230fbde8ea54;hpb=9e58ff9c5c3bd46a796a20fc6c304cdab489f334;p=elogind.git diff --git a/src/unit.h b/src/unit.h index abd97f931..5d68583f1 100644 --- a/src/unit.h +++ b/src/unit.h @@ -39,19 +39,10 @@ typedef enum UnitDependency UnitDependency; #include "socket-util.h" #include "execute.h" -#define UNIT_NAME_MAX 128 +#define UNIT_NAME_MAX 256 #define DEFAULT_TIMEOUT_USEC (60*USEC_PER_SEC) #define DEFAULT_RESTART_USEC (100*USEC_PER_MSEC) -typedef enum KillMode { - KILL_CONTROL_GROUP = 0, - KILL_PROCESS_GROUP, - KILL_PROCESS, - KILL_NONE, - _KILL_MODE_MAX, - _KILL_MODE_INVALID = -1 -} KillMode; - enum UnitType { UNIT_SERVICE = 0, UNIT_SOCKET, @@ -193,6 +184,9 @@ struct Meta { /* Create default depedencies */ bool default_dependencies; + /* Bring up this unit even if a dependency fails to start */ + bool ignore_dependency_failure; + /* When deserializing, temporarily store the job type for this * unit here, if there was a job scheduled */ int deserialized_job; /* This is actually of type JobType */