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"