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

Service GCM

ZeroC0D3 Team edited this page Jan 19, 2018 · 1 revision

Google Cloud Messaging (GCM) Service

  • Running GCM
bundle exec push [environment] -p [path_pid_gcm] >> [path_log_gcm]
  • Stop GCM
ps aux | grep -i push | awk {'print $2'} | sudo xargs kill -9
Clone this wiki locally