#!/sbin/openrc-run

name="crm-desktop"
description="CRM kiosk desktop"
command="/usr/local/bin/crm-kiosk"
command_background="yes"
pidfile="/run/crm-desktop.pid"
output_log="/var/log/crm-desktop.log"
error_log="/var/log/crm-desktop.err"

depend() {
	need net
	after udev dbus
}

