Module: Inploy::Servers::Unicorn
- Defined in:
- lib/inploy/servers/unicorn.rb
Instance Method Summary collapse
Instance Method Details
#restart_server ⇒ Object
4 5 6 |
# File 'lib/inploy/servers/unicorn.rb', line 4 def restart_server run "kill -USR2 `cat tmp/pids/unicorn.pid`" end |