From 0f138303956fcfc2d6e816ac10a60d01dc55c658 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 13 Jul 2010 02:18:13 +0200 Subject: [PATCH] units: make maximum unit name longer, since DM names manager to hit the limit --- src/unit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2