Hi,
I'm following the Clojure Cookbook blogpost[1] in order to Daemonize a
clojure application. Yet the provided code[2] does not work on my system.
When running the incantation to get JSVC to run, firstly I needed to
change it to use the full path to the JSVC binary. This is fine.
However, when it tries to run, it complains with:
"Cannot find daemon loader org/apache/commons/daemon/support/DaemonLoader"
Yet I am following their instructions *to the letter*.
Any ideas guys/gals?
Aaron
[1]
http://www.rkn.io/2014/02/06/clojure-cookbook-daemons/
[2]
https://github.com/clojure-cookbook/my-daemon