Files
galaxy/contrib

CONTENTS
--------

edu.psu.galaxy.GalaxyServer.plist:

    LaunchDaemon definition for OS X (pre-Snow Leopard?).  Modify paths and
    load with `launchctl load edu.psu.galaxy.GalaxyServer.plist`.  Written and
    submitted by James Casbon.

galaxy.debian-init:

    init script for Debian/Ubuntu Linux.  Copy to /etc/init.d/galaxy, modify
    paths, and configure for start at boot with `update-rc.d galaxy defaults`.
    Also written and submitted by James Casbon.

galaxy.solaris-smf.xml:

    SMF Manifest for Solaris 10 and OpenSolaris.  Import with `svccfg import
    galaxy.solaris-smf.xml`.