summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-07-13 02:18:13 +0200
committerLennart Poettering <lennart@poettering.net>2010-07-13 02:18:13 +0200
commit0f138303956fcfc2d6e816ac10a60d01dc55c658 (patch)
tree9a006ff73cc028c76f65fb26dad450f8a2083cfa /src
parent7e6e7b06e58af6428aa1ae18ffd26dabed8f3466 (diff)
units: make maximum unit name longer, since DM names manager to hit the limit
Diffstat (limited to 'src')
-rw-r--r--src/unit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unit.h b/src/unit.h
index 3f4bbd9ed7..5d68583f10 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)