Unverified Commit b732fe02 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

nixos/woodpecker: use lib.getExe for server service (#471052)

parents 96a2028b 41079987
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 = "";