Hi,
I’m using the daemontools cookbook to run mt services on the VM, but I cannot
get the recipe to create the /etc/service/my-service/env directory.
This is what I have :-
daemontools_service “juliet-cache” do
directory "/etc/service/juliet-cache"
template "cache"
action [:enable,:start]
owner "root"
group "root"
env = {“JAVA_HOME” => “/usr/bin”, “TANGOOL_HOME” => “/u01/juliet-cache”}
log true
end
Everything works, except the env directory and the two files are not created. I
don’t see any error message either.
Have I got the syntax for this option right?
Thanks,
~JT