Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. boot-nrepl = {
  2. enable = true;
  3. description = "Clojure Boot NREPL Server";
  4. serviceConfig = {
  5. Type = "forking";
  6. ExecStart = "${pkgs.boot}/bin/boot -s -p 22222 wait";
  7. ExecStop = "pkill ipfs";
  8. Restart = "on-failure";
  9. };
  10. wantedBy = [ "default.target" ];
  11. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement