bloop: fix service
bloop uses 'start' command now which starts daemon in the background
This commit is contained in:
parent
86d22fd32f
commit
87647a1bf9
@ -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