lib/srv_manager/service.rb in srv_manager-0.0.6 vs lib/srv_manager/service.rb in srv_manager-0.0.7
- old
+ new
@@ -49,9 +49,10 @@
new json['name'],
json['command']['text'],
dir: json['command']['dir'],
env: json['command']['env'],
rvm: json['command']['rvm'],
+ pidfile: json['command']['pidfile'],
processes: json['processes'],
auto: json['auto']
end
end
\ No newline at end of file