app-emulation/cri-o: move init script start_pre to start

Package-Manager: Portage-2.3.55, Repoman-2.3.12
Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
Zac Medico
2019-01-17 17:05:52 -08:00
parent ddf5765daa
commit 94b3794985

View File

@@ -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"
@@ -23,8 +23,9 @@ checkconfig() {
/var/log/${RC_SVCNAME}/${RC_SVCNAME}.log
}
start_pre() {
start() {
checkconfig
default_start
}
reload() {