Skip to content

Instantly share code, notes, and snippets.

View agushuley's full-sized avatar
💭
living life, loving wife and children, writing code

Andrij Hu agushuley

💭
living life, loving wife and children, writing code
View GitHub Profile
@agushuley
agushuley / bamboo-agents.sh
Last active December 9, 2015 10:12 — forked from yatesr/bamboo-agent
Init script for starting/stopping a bamboo agent
#!/bin/bash
# bamboo-agent Init script for running bamboo agent
#
# chkconfig: 2345 98 02
#
# description: Starts and stops bamboo agent
# This is just a delegator to the Bamboo agent script.
USER=apps
AGENTS_HOME=/opt/local/bamboo-agents