pmaports/device/testing/pinenote-dbus-service/pinenote.initd

10 lines
172 B
Text
Raw Normal View History

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