media-sound/lms: update openrc service

Signed-off-by: David Roman <stkw0@disroot.org>
This commit is contained in:
David Roman
2026-03-12 12:22:15 +01:00
parent 117d2f80bf
commit 4b0c41697b

View File

@@ -2,13 +2,12 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
supervisor="supervise-daemon"
pidfile="/run/lms.pid"
command="/usr/bin/lms"
command_args=""
command_user="lms:lms"
start_stop_daemon_args="--wait 1000 -b -m \
-d /var/lms \
--env OMP_THREAD_LIMIT=1 \
start_stop_daemon_args="-d /var/lms \
-1 /var/log/lms/lms.log \
-2 /var/log/lms/lms.log"