Commit 41079987 authored by 6543's avatar 6543
Browse files

nixos/woodpecker: use lib.getExe for server service

parent 88b3c158
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ in
          UMask = "0007";
          ConfigurationDirectory = "woodpecker-server";
          EnvironmentFile = cfg.environmentFile;
          ExecStart = "${cfg.package}/bin/woodpecker-server";
          ExecStart = lib.getExe cfg.package;
          Restart = "on-failure";
          RestartSec = 15;
          CapabilityBoundingSet = "";