Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Service Pushr

ZeroC0D3 Team edited this page Jan 10, 2018 · 2 revisions

Pushr Service

  • Running Pushr
RAILS_ENV=[environment] bundle exec pushr -c [path_config_pushr] -p [path_pid_pushr] >> [path_log_pushr]
  • Stop Pushr
ps aux | grep -i pushr | awk {'print $2'} | sudo xargs kill -9
Clone this wiki locally