Skip to content

Instantly share code, notes, and snippets.

@hourback
Created April 7, 2015 17:37
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 hourback/6af38b17793887796e54 to your computer and use it in GitHub Desktop.
Save hourback/6af38b17793887796e54 to your computer and use it in GitHub Desktop.
My Upstart script for starting/stopping hekad on CentOS 6.6
description "Heka daemon"
author "Ali Nabavi"
start on runlevel [235]
stop on runlevel [06]
console output
exec /opt/heka/bin/hekad --config=/usr/local/etc/hekad.toml | logger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment