procdog
procdog copied to clipboard
Lightweight command-line process control
Changing from using fullpath to the interpreter to using /usr/bin/env. Now there is full support support for BSD aswell as linux.
I started with calling 2to3 on `procdog` and smoothed out the rest with trial and error. The basic start, status, and stop flow seems to work. I'm happy to make...
``` $ pip -V pip 7.1.2 from /Users/t.hensel-extern/.pyenv/versions/3.4.3/lib/python3.4/site-packages (python 3.4) ``` ``` $ pip install procdog Collecting procdog Using cached procdog-0.1.13.tar.gz Complete output from command python setup.py egg_info: Traceback (most...