Created
April 7, 2015 17:37
-
-
Save hourback/6af38b17793887796e54 to your computer and use it in GitHub Desktop.
My Upstart script for starting/stopping hekad on CentOS 6.6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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