2023-07-05 22:13:31 +02:00

10 lines
172 B
Plaintext

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