Commit 478ee64ca989b38127b5533ec47918df6d30738e

Authored by Evandro Jr
1 parent 179bb064

configuration file for streaming monitor

plugins/community_hub/twitter-stream-listener/monitrc 0 → 100755
... ... @@ -0,0 +1,5 @@
  1 +set daemon 5
  2 +
  3 +check process ruby with pidfile /var/run/twitter_stream.pid
  4 + start = "/home/93274300500/projetos/noosfero/plugins/community_hub/twitter-stream-listener/stream_monitor start"
  5 + stop = "/home/93274300500/projetos/noosfero/plugins/community_hub/twitter-stream-listener/stream_monitor stop"
... ...