ayaports/user/pinenote-dbus-service/pinenote.initd

11 lines
195 B
Text
Raw Normal View History

2025-01-05 01:42:40 +00:00
#!/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
}