You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2025. It is now read-only.
One thing I did notice in using the builder recipe (builder.rb) is that Ubuntu "daemontools" package is required for the envdir binary to be installed. I'm on Oeneric (11.10), so maybe it's just an artifact of that.
But this extra declaration fixed it for me:
package "daemontools"
So, might want to consider adding, if it's compatible generally with Ubuntu.
First of all, great cookbook!
One thing I did notice in using the builder recipe (builder.rb) is that Ubuntu "daemontools" package is required for the
envdirbinary to be installed. I'm on Oeneric (11.10), so maybe it's just an artifact of that.But this extra declaration fixed it for me:
So, might want to consider adding, if it's compatible generally with Ubuntu.