Skip to content

Instantly share code, notes, and snippets.

@tanepiper
Created January 23, 2011 23:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tanepiper/2d1703cede3597abd595 to your computer and use it in GitHub Desktop.
Save tanepiper/2d1703cede3597abd595 to your computer and use it in GitHub Desktop.
description "quartermaster"
author "Tane Piper"
start on runlevel 3 #tried with this start on startup but /var is not mounted
stop on shutdown
console output
script
# We found $HOME is needed. Without it, we ran into problems
export HOME="/root"
exec qm-admin startserver 2>&1 >> /var/log/quartermaster.log
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment