Arksine
efdcc263dd
shell_command: fix typo
...
The trailing underscore in IDX_SIGKILL is not correct.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2021-05-09 08:15:20 -04:00
Arksine
9b0c9810a4
shell_command: allow callers to specify a "signal index"
...
Gives callers flexibility as to which signal is used to cancel a command first. By default shell_command will start with SIGTERM, then proceed to SIGKILL.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2021-03-29 09:19:14 -04:00
Arksine
f1f318ea40
shell_command: add support for setting the cwd
...
This allows callers to set the current working directory in which the command should execute.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2021-03-29 07:17:53 -04:00
Arksine
fb1f76e008
shell_command: ShellCommandError fix
...
Ensure that the stdout and stderr attributes cannot be set to a None type.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2021-03-28 20:49:19 -04:00
Arksine
1dc920019c
moonraker: rename the "plugins" package to "components"
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2021-03-18 08:29:31 -04:00