input-output-hk / cardano-rt-view

RTView: real-time watching for Cardano nodes (ARCHIVED)
Apache License 2.0
59 stars 11 forks source link

starting rt-view from service fails - no way to force Y for configuration answer #157

Closed mik1893 closed 3 years ago

mik1893 commented 3 years ago

Hi, I couldn't find anything in the documentation - if I try to setup cardano-rt-view as a service, it will fail to start as it's requesting a user input (the Y for acceptance of config file) Is there a flag to skip it? Or is it a missing feature?

r-tde commented 3 years ago

You need to run it once and generate the JSON configuration file, then you can run it with that as an argument --config <CONFIG FILE>.

mik1893 commented 3 years ago

Thanks!