September 2011
1 post
Rvm & Daemontools
Any rvm prior to 1.8.3 can’t be used in the “rvm exec” form inside daemontools. The problem is that rvm leaves a bash wrapper around the ruby process, where daemontools requires that its managed processes exec away any wrappers. You know you have this problem when svc -dk doesn’t actually kill your ruby process (but does kill the wrapper), causing daemontools to...
Sep 13th