Skip to content

Instantly share code, notes, and snippets.

@fabriziofortino
Last active August 29, 2015 14:05
Show Gist options
  • Save fabriziofortino/bcafd9ef3e953fe24fb4 to your computer and use it in GitHub Desktop.
Save fabriziofortino/bcafd9ef3e953fe24fb4 to your computer and use it in GitHub Desktop.
orientdb-service-wrapper
$ORIENTDB-HOME/bin/service/orientdb
Usage: ./orientdb [ console | start | stop | restart | condrestart | status | install | remove | dump ]
Commands:
console Launch in the current console.
start Start in the background as a daemon process.
stop Stop if running as a daemon or in another console.
restart Stop if running and then start.
condrestart Restart only if already running.
status Query the current status.
install Install to start automatically when system boots.
remove Uninstall.
dump Request a Java thread dump if running.
cd ~/Downloads
git clone https://github.com/fabriziofortino/orientdb-servicewrapper.git
cd orientdb-servicewrapper/
sudo mv service $ORIENTDB-HOME/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment