Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 201 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 201 Bytes

#Usage:

If you want to supervise your server-side application named myserver:

$ make
$ cp supervisor ~/myserver
$ cd ~/myserver
$ ./supervisor bin/myserver

Done, enjoy your service.