Skip to content

Instantly share code, notes, and snippets.

@beheadedmyway
beheadedmyway / gitweb
Created January 2, 2012 08:12
Gitweb on Centos behind Nginx with init script.
#!/bin/bash
#
# gitweb
#
# chkconfig: 235 20 80
# description: start and stop gitweb
# processname: gitweb
# pidfle: /var/run/gitweb.pid
# Source function library.