6 lines
78 B
Ruby
6 lines
78 B
Ruby
|
package 'supervisor'
|
||
|
|
||
|
service 'supervisor' do
|
||
|
action [ :enable, :start]
|
||
|
end
|