diff --git a/dev-java/nexus-oss-bin/files/init.sh b/dev-java/nexus-oss-bin/files/init.sh index 5f71a62..d842410 100644 --- a/dev-java/nexus-oss-bin/files/init.sh +++ b/dev-java/nexus-oss-bin/files/init.sh @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run depend() { need net diff --git a/dev-vcs/gitlab-ci-multi-runner/files/gitlab-ci-multi-runner.init b/dev-vcs/gitlab-ci-multi-runner/files/gitlab-ci-multi-runner.init index db40f7b..e1c2471 100644 --- a/dev-vcs/gitlab-ci-multi-runner/files/gitlab-ci-multi-runner.init +++ b/dev-vcs/gitlab-ci-multi-runner/files/gitlab-ci-multi-runner.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 2015 Nicolas Heine depend() { diff --git a/dev-vcs/gitlab-workhorse/files/gitlab-workhorse.init b/dev-vcs/gitlab-workhorse/files/gitlab-workhorse.init index 9b4fe60..4426a8e 100644 --- a/dev-vcs/gitlab-workhorse/files/gitlab-workhorse.init +++ b/dev-vcs/gitlab-workhorse/files/gitlab-workhorse.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run start() { ebegin "Starting gitlab-workhorse" diff --git a/net-im/palaver/files/palaver-initd b/net-im/palaver/files/palaver-initd index bf48b8b..e5807a2 100644 --- a/net-im/palaver/files/palaver-initd +++ b/net-im/palaver/files/palaver-initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ diff --git a/net-im/punjab/files/punjab-initd b/net-im/punjab/files/punjab-initd index 7f383a5..aca1790 100644 --- a/net-im/punjab/files/punjab-initd +++ b/net-im/punjab/files/punjab-initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ diff --git a/www-apps/gitlab-ce/files/gitlab-sidekiq.init b/www-apps/gitlab-ce/files/gitlab-sidekiq.init index 7a58507..45db24f 100644 --- a/www-apps/gitlab-ce/files/gitlab-sidekiq.init +++ b/www-apps/gitlab-ce/files/gitlab-sidekiq.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run name="GitLab Sidekiq" description="Sidekiq for GitLab" diff --git a/www-apps/gitlab-ce/files/gitlab-unicorn.init b/www-apps/gitlab-ce/files/gitlab-unicorn.init index fc7088d..76ceb89 100644 --- a/www-apps/gitlab-ce/files/gitlab-unicorn.init +++ b/www-apps/gitlab-ce/files/gitlab-unicorn.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run extra_started_commands="restartsidekiq"