- Install ruby
- Install bundler
gem install bundler
- Install dependencies
bundle install
- Edit config/settings.yml
- Execute
./cryptolog.rb
or runruby cryptolog.rb
You can use systemd cryptolog.service
unit file from systemd
folder
- Copy
systemd/cryptolog.service
into/etc/systemd/system
- Update it with used paths
- Reload systemd configs
systemctl daemon-reload
- Run it
systemctl start cryptolog
- To start it on boot run
systemctl enable cryptolog