11 lines
195 B
Text
11 lines
195 B
Text
|
#!/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
|
||
|
}
|