Lugdunon Init Scripts
=====================
These start up the Lugdunon server at boot time with a "screen" process.

1) edit "lugdunon" and "startlugdunonscreen" and change LUGLOC to where you are
   running Lugdunon
2) Copy lugdunon into /etc/init.d
3) Copy startlugdunonscreen into where you set LUGLOC
4) Run "/etc/init.d/lugdunon start"

When you want to view the Lugdunon console, just enter "screen -r" in your shell.
To disconnect from the Lugdunon console just press CTRL-A CTRL-D

I have only tested this on a Ubuntu 14.04 & 16.04 server...

If you want to turn off the server respawning type "touch $LUGLOC/nostart". To reenable it type "rm $LUGLOC/nostart".
