Skip to content

Instantly share code, notes, and snippets.

@0h546f6f78696342756e4e59
0h546f6f78696342756e4e59 / gist:2636887
Created May 8, 2012 16:18 — forked from int128/gist:2360407
GitLab init script for Gentoo Linux
#!/sbin/runscript
# GitLab init script for Gentoo Linux
# see https://github.com/gitlabhq/gitlabhq/blob/master/doc/installation.md
GITLAB_BASE=/home/gitlab/gitlab
GITLAB_USER=gitlab
depend() {
need net mysql redis
}