Installing and Running Doradus : Running Doradus as a Daemon

Running Doradus as a Daemon
On Linux, Doradus can be executed as a daemon that is launched at system startup. Example scripts are provided in the doradus-server’s scripts folder:
doradus-server
/scripts
doradusserver
/init.d
doradusserver
The doradusserver script under /init.d can be placed in the system’s /etc/init.d folder. See the comments in the header on modifying the file and setting permissions. The doradusserver file under /scripts is an example run file for the Doradus server. Modify it to pass parameters and JVM arguments that should be used when Doradus is started by the init.d script.
Doradus can also be run as a daemon on OS X using the recommended launchd manager. See the documentation for creating launch daemons here:
https://developer.apple.com/library/mac/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/CreatingLaunchdJobs.html