Project

powr

0.0
No commit activity in last 3 years
No release in over 3 years
Simple Rack process management
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
~> 2.0
 Project Readme

powr

Simple Pow process manager.

Usage

To stamp out a tmp/restart.txt file that will cause the Ruby Rack processes to restart on the next load:

powr

To show all Ruby Rack processes for the current application that are running:

powr -s

To kill off all Ruby Rack processes for the current application:

powr -k

Notes

The location of the Rails root is determined based on the presence of a config/database.yml file.

Copyright

Copyright (c) 2014 Scott Tadman. See LICENSE.txt for further details.