From 600242c3be8adac0a508eb31d8874ac262a7e2e2 Mon Sep 17 00:00:00 2001 From: Anthony Scalisi Date: Mon, 24 Nov 2014 11:43:25 -0800 Subject: [PATCH] supervisor service should subscribe to supervisord.conf --- recipes/default.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/default.rb b/recipes/default.rb index ee8af2d..1e464d7 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -91,6 +91,7 @@ service "supervisor" do supports :status => true, :restart => true action [:enable, :start] + subscribes :restart, "template[#{node['supervisor']['conffile']}]" end when "smartos" directory "/opt/local/share/smf/supervisord" do