Moncells Server Daemon Install Guide
------------------------------------

Author: Zach Habersang <zachhabersang@gmail.com>


Introduction:

This is the source of my server daemon for my Moncells application. It runs only on linux machines 
currently, tested only on kernel 2.6>=

Install:

1. make
2. make install

Start Daemon:

# ./moncellsd


To autostart this on boot, refer to your distros manual on doing so. Usually, you can edit 
/etc/rc.local and just add "moncellsd" on to it's own line.
