Changed Shebang of openrc initfiles to use #!/sbin/openrc-run.

See also: 3470eda3f5
This commit is contained in:
Steven Dürl 2016-08-26 15:23:05 +02:00
parent 30ad3b4b86
commit e730dd24d8
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#!/sbin/runscript
#!/sbin/openrc-run
depend() {
need net

View File

@ -1,4 +1,4 @@
#!/sbin/runscript
#!/sbin/openrc-run
# Copyright 2015 Nicolas Heine
depend() {

View File

@ -1,4 +1,4 @@
#!/sbin/runscript
#!/sbin/openrc-run
start() {
ebegin "Starting gitlab-workhorse"

View File

@ -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: $

View File

@ -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: $

View File

@ -1,4 +1,4 @@
#!/sbin/runscript
#!/sbin/openrc-run
name="GitLab Sidekiq"
description="Sidekiq for GitLab"

View File

@ -1,4 +1,4 @@
#!/sbin/runscript
#!/sbin/openrc-run
extra_started_commands="restartsidekiq"