Skip to content

Commit

Permalink
networking/fw-tproxy: fix tproxy setup service
Browse files Browse the repository at this point in the history
  • Loading branch information
linyinfeng committed Sep 14, 2023
1 parent 9280043 commit ddff60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/networking/fw-proxy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ in
ExecStart = "${scripts}/bin/fw-tproxy-setup";
ExecStopPost = "${scripts}/bin/fw-tproxy-clean";
};
after = ["clash.service"];
after = ["nftables.service" "clash.service"];
requires = ["clash.service"];
wantedBy = ["multi-user.target"];
};
Expand Down

0 comments on commit ddff60a

Please sign in to comment.