bloop: fix service (#358951)
This commit is contained in:
commit
ccca341011
@ -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";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user