Skip to content

eseom/glide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

overview

GLIDE is a simple process management tool for unix like system administrators. There is no dependency except python 2.7. Just install and use it.

usage

install

python setup.py install

config file (ini style)

# cat /etc/glide.conf
[process_name1]
path=/path/to/executable1

[process_name2]
path=/path/to/executable2

daemon

daemonize $INSTALL_PATH/glided

command

$INSTALL_PATH/glidectl status
$INSTALL_PATH/glidectl start process_name1
$INSTALL_PATH/glidectl stop process_name2 # send quit(3) signal
$INSTALL_PATH/glidectl restart process_name1
$INSTALL_PATH/glidectl alarm process_name2 # send alarm(14) signal

About

yet another simple process manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors