Skip to content

Running Doradus as a Daemon

JoeWinter edited this page Mar 20, 2015 · 2 revisions

[Table of Contents](https://github.com/dell-oss/Doradus/wiki/Doradus Administration: Table-of-Contents) | [Previous](https://github.com/dell-oss/Doradus/wiki/Running Doradus as a Windows Service) | [Next](https://github.com/dell-oss/Doradus/wiki/Embedding Doradus In Another Application)
[Doradus Configuration and Operation](https://github.com/dell-oss/Doradus/wiki/Doradus Configuration and Operation): 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

Clone this wiki locally