I
Size: a a a
I
AI
AI
AI
AI
AI
AI
AI
AI
I
AI
V
hash1 = {:Class = 'WriteEvent'; :Path => 'C:\\1", "SrcPid"=> "6458", "SrcTid"=> "6408"}
hash2 = {:Class = 'WriteEvent'; :Path => 'C:\\1"}
expect(hash1).to include(a_hash_including(hash2))A*
hash1 = {:Class = 'WriteEvent'; :Path => 'C:\\1", "SrcPid"=> "6458", "SrcTid"=> "6408"}
hash2 = {:Class = 'WriteEvent'; :Path => 'C:\\1"}
expect(hash1).to include(a_hash_including(hash2))MM
[redmine@backup redmine]$ bundle exec puma --config config/puma.rb
Puma starting in single mode...
* Version 4.3.3 (ruby 2.4.9-p362), codename: Mysterious Traveller
* Min threads: 0, max threads: 16
* Environment: production
* Daemonizing...
MM
#!/usr/bin/env puma
application_path = '/home/redmine/redmine'
directory application_path
environment 'production'
daemonize true
pidfile "#{application_path}/tmp/pids/puma.pid"
state_path "#{application_path}/tmp/pids/puma.state"
stdout_redirect "#{application_path}/log/puma.stdout.log", "#{application_path}/log/puma.stderr.log"
bind "'tcp://0.0.0.0:9500"