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

Service Faye

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

Faye Service

  • Running Faye
RAILS_ENV=[environment] bundle exec rake [path_config_faye] -E [environment] -o 0.0.0.0 -D -P [path_pid_faye]
  • Stop Faye
ps aux | grep -i faye | awk {'print $2'} | sudo xargs kill -9
Clone this wiki locally