diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-11-06 13:27:22 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-11-06 13:27:22 +0000 |
commit | 029ffa3f14ebdf94f1d6e0cf2df34d13a6de574d (patch) | |
tree | 77991bc02c392177b8c8a15f8e387685d0851175 /src/supervision | |
parent | 0c3cf16e675a65a15b9167c45179cf5c66b826e7 (diff) | |
download | s6-029ffa3f14ebdf94f1d6e0cf2df34d13a6de574d.tar.xz |
version: 2.12.0.0v2.12.0.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/supervision')
-rw-r--r-- | src/supervision/s6-svc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/supervision/s6-svc.c b/src/supervision/s6-svc.c index acf8e06..c84d62b 100644 --- a/src/supervision/s6-svc.c +++ b/src/supervision/s6-svc.c @@ -27,7 +27,6 @@ int main (int argc, char const *const *argv) { static char const cmdsig[NSIG] = { - 0, [SIGALRM] = 'a', [SIGABRT] = 'b', [SIGQUIT] = 'q', |