diff --git a/nixos/modules/deploy-rs.nix b/nixos/modules/deploy-rs.nix index 9a90f39..ffbed59 100644 --- a/nixos/modules/deploy-rs.nix +++ b/nixos/modules/deploy-rs.nix @@ -45,8 +45,9 @@ let journalctl -o cat --no-pager -n 0 -f -u "$unit" & jPid=$! + + # shellcheck disable=SC2329 cleanup() { - # shellcheck disable=SC2317 kill "$jPid" } trap cleanup EXIT