Trinidad init services

Trinidad’s init services library based on Apache Commons Daemon and JRuby-jsvc. Works on Unix and Windows systems.

Installation

$ jruby -S gem install trinidad_init_services

When the gem is installed the user must launch the installation process:

$ jruby -S trinidad_init_service

This installer guides you through the configuration process and generates a init.d script if you are on a unix system or creates the service if you are on a windows box.

Unix

Execution
=========

When the installation process finishes you can use the script trinidad-daemon.sh
generated to launch the server as a daemon with the options start|stop|restart,
i.e:

    $ /etc/init.d/trinidad restart

Windows

Execution
=========

Open the `Services` panel under `Administrative Tools` and look for a
service called `Trinidad`.

Copyright © 2011 David Calavera<[email protected]>. See LICENSE for details.