#!/usr/bin/openrc-run
# Copyright 2017 Hyperbola Project
# Distributed under the terms of the GNU General Public License v2

description="Choose mirror from the kernel command line"

start() {
	ebegin "Running choose-mirror script initialization"
	/etc/choose-mirror &
	eend $?
}
