bloop: fix service (#358951)

This commit is contained in:
Jakub Kozłowski 2024-11-26 13:59:49 +01:00 committed by GitHub
commit ccca341011
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,8 +43,9 @@ in {
PATH = mkForce "${makeBinPath [ config.programs.java.package ]}";
};
serviceConfig = {
Type = "simple";
ExecStart = "${pkgs.bloop}/bin/bloop server";
Type = "forking";
ExecStart = "${pkgs.bloop}/bin/bloop start";
ExecStop = "${pkgs.bloop}/bin/bloop exit";
Restart = "always";
};
};