From: Lennart Poettering Date: Tue, 13 Jul 2010 00:18:13 +0000 (+0200) Subject: units: make maximum unit name longer, since DM names manager to hit the limit X-Git-Tag: v3~14 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=0f138303956fcfc2d6e816ac10a60d01dc55c658 units: make maximum unit name longer, since DM names manager to hit the limit --- diff --git a/src/unit.h b/src/unit.h index 3f4bbd9ed..5d68583f1 100644 --- a/src/unit.h +++ b/src/unit.h @@ -39,7 +39,7 @@ 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)