From 4b0c41697bc45f9c3cdfd42dde1a9e17120dcbcf Mon Sep 17 00:00:00 2001 From: David Roman Date: Thu, 12 Mar 2026 12:22:15 +0100 Subject: [PATCH] media-sound/lms: update openrc service Signed-off-by: David Roman --- 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"