#!/sbin/openrc-run
# SPDX-License-Identifier: MIT

description="initialize setting service for EMS31"

start() {
	ems31-boot &
}
