#!/sbin/openrc-run

description="Armadillo Twin agent daemon"

supervisor=supervise-daemon
respawn_delay=10
respawn_max=0

command="/usr/libexec/armadillo-twin-agentd"
command_background=true

depend() {
	after atmark-power-utils
	need localmount
}
