#!/sbin/openrc-run

### Copyright 2025 under the GNU General Public License 3.0 or later.

depend() {
  need localmount
  after modules dbus
}

_DAEMON="/usr/bin/lact"

name='lact'
description="Linux GPU Configuration Tool -- settings daemon"
supervisor="supervise-daemon"
command="${_DAEMON}"
command_args="daemon"
respawn_delay=1
respawn_period=600
respawn_max=5
