uxc: kill command expects --signal parameter
authorDaniel Golle <daniel@makrotopia.org>
Fri, 27 Sep 2024 23:46:33 +0000 (00:46 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 6 Jan 2025 23:46:55 +0000 (23:46 +0000)
commitdd93c2ac6b123dc1105e7d8bcdf39d42b08b47d1
tree53593c927c953407b36c6b7ae7db6d6cc1e18df2
parent8dad8a26a2555cf18377d51ea7a7e27162eabb1e
uxc: kill command expects --signal parameter

OCI Runtime Command Line Interface specification states that the kill
command should take a --signal parameter which can be either a numeric
signal or a signal name. Implement that to comply with the OCI spec.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
uxc.c