Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

supervisor service should subscribe to supervisord.conf #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions recipes/default.rb
Expand Up @@ -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
Expand Down