aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-05-07 16:19:38 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-05-07 16:19:38 +0000
commitf97cc3fd85a231c84b29a729436849f4f5eaff4f (patch)
treee9605c1f7b547a3a98222699926d9132442961b6
parent294feaf699941bf337a72c91d38dba7175c51679 (diff)
downloads6-f97cc3fd85a231c84b29a729436849f4f5eaff4f.tar.gz
Update max length of a file in the servicedir
-rw-r--r--src/include/s6/servicedir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/s6/servicedir.h b/src/include/s6/servicedir.h
index c0b69c3..d41789d 100644
--- a/src/include/s6/servicedir.h
+++ b/src/include/s6/servicedir.h
@@ -7,7 +7,7 @@
#include <skalibs/stralloc.h>
-#define S6_SERVICEDIR_FILE_MAXLEN 16
+#define S6_SERVICEDIR_FILE_MAXLEN 20
#define S6_FILETYPE_NORMAL 0
#define S6_FILETYPE_EMPTY 1