Skip to content

Commit

Permalink
also start services
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Jun 8, 2010
1 parent 04dc91e commit f4ebe84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/bootstrap_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
end

service "#{svc}" do
action :enable
action [ :enable, :start ]
end
end

Expand Down

0 comments on commit f4ebe84

Please sign in to comment.