#!/sbin/openrc-run description="Launch DBus service for driver aspects" command="/usr/bin/pinenote_dbus_service" command_background=yes pidfile="/run/${RC_SVCNAME}.pid" depend() { need dbus }