mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Executor + Java/Raw Exec/Exec
This commit is contained in:
@@ -360,7 +360,7 @@ func (h *javaHandle) Update(task *structs.Task) error {
|
||||
}
|
||||
|
||||
func (h *javaHandle) Signal(s os.Signal) error {
|
||||
return nil
|
||||
return h.executor.Signal(s)
|
||||
}
|
||||
|
||||
func (h *javaHandle) Kill() error {
|
||||
|
||||
Reference in New Issue
Block a user