Skip to content

Commit

Permalink
app-emulation/cri-o: move init script start_pre to start
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.55, Repoman-2.3.12
Signed-off-by: Zac Medico <[email protected]>
  • Loading branch information
zmedico committed Jan 18, 2019
1 parent ddf5765 commit 94b3794
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app-emulation/cri-o/files/crio.initd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/sbin/openrc-run
# Copyright 2015-2018 Gentoo Foundation
# Copyright 2015-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

description="OCI Kubernetes Container Runtime daemon"
Expand All @@ -23,8 +23,9 @@ checkconfig() {
/var/log/${RC_SVCNAME}/${RC_SVCNAME}.log
}

start_pre() {
start() {
checkconfig
default_start
}

reload() {
Expand Down

0 comments on commit 94b3794

Please sign in to comment.