#!/sbin/openrc-run
# Copyright 1999-2023 Gentoo Authors
# Copyright 2017-2018 ckb-next Development Team <ckb-next@googlegroups.com>
# Distributed under the terms of the GNU General Public License v2

command="/usr/bin/ckb-next-daemon"
description="Corsair Keyboards and Mice Daemon"
pidfile="/dev/input/ckb0/pid"
logfile="/var/log/${RC_SVCNAME}.log"
start_stop_daemon_args="$start_stop_daemon_args --background --stdout ${logfile} --stderr ${logfile}"
