Skip to content

Instantly share code, notes, and snippets.

View stuzart's full-sized avatar

Stuart Owen stuzart

  • University of Manchester
  • Manchester, UK
View GitHub Profile
@stuzart
stuzart / gist:3143434
Last active April 22, 2017 12:24 — forked from anonymous/gist:2788607
init.d script for stopping and starting sunspot solr
#!/bin/sh -e
# upstart-job
#
# Symlink target for initscripts that have been converted to Upstart.
set -e
APP_PATH="/srv/rails/seek"
start_sunspot(){
echo "Starting Sunspot"
@stuzart
stuzart / gist:3143431
Created July 19, 2012 12:13 — forked from anonymous/gist:2788607
init.d script for stopping and starting sunspot solr
#!/bin/sh -e
# upstart-job
#
# Symlink target for initscripts that have been converted to Upstart.
set -e
APP_PATH="/srv/rails/seek"
COMMAND="$1"
shift