commit: 4b0c41697bc45f9c3cdfd42dde1a9e17120dcbcf
Author: David Roman <stkw0 <AT> disroot <DOT> org>
AuthorDate: Thu Mar 12 11:22:15 2026 +0000
Commit: David Roman <stkw0 <AT> disroot <DOT> org>
CommitDate: Thu Mar 12 11:22:29 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4b0c4169
media-sound/lms: update openrc service
Signed-off-by: David Roman <stkw0 <AT> disroot.org>
media-sound/lms/files/lms.init | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/media-sound/lms/files/lms.init b/media-sound/lms/files/lms.init
index 269a37162c..8f0d15844b 100644
--- a/media-sound/lms/files/lms.init
+++ b/media-sound/lms/files/lms.init
@@ -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"