Merge branch 'master' into 42-gitlab-8-11-2
This commit is contained in:
commit
8228ed2865
7 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/sbin/runscript
|
#!/sbin/openrc-run
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
need net
|
need net
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/sbin/runscript
|
#!/sbin/openrc-run
|
||||||
# Copyright 2015 Nicolas Heine
|
# Copyright 2015 Nicolas Heine
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/sbin/runscript
|
#!/sbin/openrc-run
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
ebegin "Starting gitlab-workhorse"
|
ebegin "Starting gitlab-workhorse"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/sbin/runscript
|
#!/sbin/openrc-run
|
||||||
# Copyright 1999-2012 Gentoo Foundation
|
# Copyright 1999-2012 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: $
|
# $Header: $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/sbin/runscript
|
#!/sbin/openrc-run
|
||||||
# Copyright 1999-2012 Gentoo Foundation
|
# Copyright 1999-2012 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: $
|
# $Header: $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/sbin/runscript
|
#!/sbin/openrc-run
|
||||||
|
|
||||||
name="GitLab Sidekiq"
|
name="GitLab Sidekiq"
|
||||||
description="Sidekiq for GitLab"
|
description="Sidekiq for GitLab"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/sbin/runscript
|
#!/sbin/openrc-run
|
||||||
|
|
||||||
extra_started_commands="restartsidekiq"
|
extra_started_commands="restartsidekiq"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue