aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs6
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-06-09 04:44:18 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-06-09 04:44:18 +0000
commit923d36dfe83f6f309da7c17fd70e306cd985182c (patch)
treec2951bd1f01418982514d6434be6326b9c9187ca /src/libs6
parent06d97dd40108bc685a4fab846cc156827534d15b (diff)
downloads6-923d36dfe83f6f309da7c17fd70e306cd985182c.tar.gz
Add s6-svc -l and reload-signal
Diffstat (limited to 'src/libs6')
-rw-r--r--src/libs6/s6_servicedir_file_list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs6/s6_servicedir_file_list.c b/src/libs6/s6_servicedir_file_list.c
index bbbb68a..2483b40 100644
--- a/src/libs6/s6_servicedir_file_list.c
+++ b/src/libs6/s6_servicedir_file_list.c
@@ -13,6 +13,7 @@ static s6_servicedir_desc const s6_servicedir_file_list_[] =
{ .name = "timeout-finish", .type = S6_FILETYPE_UINT, .options = 0 },
{ .name = "max-death-tally", .type = S6_FILETYPE_UINT, .options = 0 },
{ .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 = "data", .type = S6_FILETYPE_DIR, .options = 0 },