Created
June 17, 2014 18:40
-
-
Save e1senh0rn/6fd44d849b08a6eea27f to your computer and use it in GitHub Desktop.
This file contains 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
# percona-agent | |
description "Percona Agent" | |
start on (net-device-up | |
and local-filesystems | |
and runlevel [2345]) | |
stop on runlevel [016] | |
respawn | |
env HOME=/usr/local/percona/percona-agent | |
kill timeout 10 | |
exec $HOME/bin/percona-agent -basedir $HOME -pidfile $HOME/percona-agent.pid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment