diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-06-08 09:50:07 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-06-08 09:50:07 +0000 |
| commit | 1ede5e54c796f37114004b2ded0071cb54a8e2a7 (patch) | |
| tree | 1afadd07e4b85802597ce3548b8949aa9266a252 /src/s6 | |
| parent | 0db2f82a71f627be6b0feff3541862072653181e (diff) | |
| download | s6-frontend-1ede5e54c796f37114004b2ded0071cb54a8e2a7.tar.gz | |
Include s6 service skeleton; add boilerplate for s6li and util-linux
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/s6')
| -rw-r--r-- | src/s6/s6.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s6/s6.c b/src/s6/s6.c index c811b1a..6a28448 100644 --- a/src/s6/s6.c +++ b/src/s6/s6.c @@ -66,6 +66,7 @@ static struct command_s const main_commands[] = { { .s = "help", .f = &help }, { .s = "process", .f = &process }, + { .s = "service", .f = &service }, { .s = "version", .f = &version }, } ; |
