summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r--accounts/gkleen@sif/systemd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/systemd.nix b/accounts/gkleen@sif/systemd.nix
index 4ebecb93..eff9aa5e 100644
--- a/accounts/gkleen@sif/systemd.nix
+++ b/accounts/gkleen@sif/systemd.nix
@@ -18,7 +18,7 @@ let
18 cmd+=(--) 18 cmd+=(--)
19 fi 19 fi
20 20
21 cmd+=(${pkgs.openssh}/bin/ssh -vvN -D localhost:''${port} "''${host}") 21 cmd+=(${pkgs.openssh}/bin/ssh -vN -D localhost:''${port} "''${host}")
22 22
23 ( exec -a "''${cmd[1]}" -- ''${cmd} ) & 23 ( exec -a "''${cmd[1]}" -- ''${cmd} ) &
24 pid=$! 24 pid=$!