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
upstream geminabox{ | |
server 10.18.2.179:8080; | |
} | |
server { | |
listen 8081; | |
server_name _; | |
root /repo/gems; |
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
# CentOS 6 Server kickstart for XenServer | |
# branch: master | |
########################################## | |
# Install, not upgrade | |
install | |
# Install from a friendly mirror and add updates | |
#repo --name=base --baseurl=http://10.18.2.179/CentOS/6.5/os-min | |
#repo --name=updates --baseurl=http://10.18.2.179/CentOS/updates/x86_64 |
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
#!/bin/sh | |
# | |
# Startup/shutdown script for Git Daemon | |
# chkconfig: 345 56 10 | |
# | |
# description: Startup/shutdown script for Git Daemon | |
# | |
. /etc/init.d/functions | |
DAEMON=/usr/libexec/git-core/git-daemon |
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
# CentOS 7.0 kickstart for XenServer (PVHVM MBR) | |
# branch: develop | |
########################################## | |
# Install, not upgrade | |
install | |
cdrom | |
# Install from a friendly mirror and add updates | |
#url --url http://mirror.rackspace.com/CentOS/7.0.1406/os/x86_64/ |
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
#! /bin/sh | |
# From The Logstash Book | |
# The original of this file can be found at: http://logstashbook.com/code/index.html | |
# | |
# logstash-forwarder Start/Stop logstash-forwarder | |
# | |
# chkconfig: 345 99 99 | |
# description: logstash-forwarder | |
# processname: logstash-forwarder |
NewerOlder