aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs6
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-06-14 04:07:34 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-06-14 04:07:34 +0000
commitdf4ef051a22efaf165b28f5343210278dca58aaa (patch)
treecf6c4582478097bf82a381efeedf67639ea13fad /src/libs6
parent923d36dfe83f6f309da7c17fd70e306cd985182c (diff)
downloads6-df4ef051a22efaf165b28f5343210278dca58aaa.tar.gz
Define S6_FILETYPE_TEMPLATE
Diffstat (limited to 'src/libs6')
-rw-r--r--src/libs6/s6_servicedir_file_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs6/s6_servicedir_file_list.c b/src/libs6/s6_servicedir_file_list.c
index 2483b40..75d31b4 100644
--- a/src/libs6/s6_servicedir_file_list.c
+++ b/src/libs6/s6_servicedir_file_list.c
@@ -15,7 +15,7 @@ static s6_servicedir_desc const s6_servicedir_file_list_[] =
{ .name = "down-signal", .type = S6_FILETYPE_NORMAL, .options = 0 },
{ .name = "reload-signal", .type = S6_FILETYPE_NORMAL, .options = 0 },
{ .name = "flag-newpidns", .type = S6_FILETYPE_EMPTY, .options = 0 },
- { .name = "template", .type = S6_FILETYPE_DIR, .options = 0 },
+ { .name = "template", .type = S6_FILETYPE_TEMPLATE, .options = 0 },
{ .name = "data", .type = S6_FILETYPE_DIR, .options = 0 },
{ .name = "env", .type = S6_FILETYPE_DIR, .options = 0 },
{ .name = 0, .options = 0 }