jerrita 4 月之前
父节点
当前提交
2468928ea0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      services/clash.nix

+ 1 - 0
services/clash.nix

@@ -4,6 +4,7 @@
         wantedBy = [ "multi-user.target" ];
         after = [ "network-online.target" ];
         description = "Clash Service";
+        path = [ pkgs.bash ];
         serviceConfig = {
             Type = "simple";
             User = "clash";