ayaports/user/pinenote-dbus-service/pinenote.initd
Antoine Martin fafce64d02
All checks were successful
/ lint (pull_request) Successful in 27s
/ build-x86_64 (pull_request) Successful in 40s
/ deploy-x86_64 (pull_request) Successful in 25s
/ build-aarch64 (pull_request) Successful in 5m10s
/ deploy-aarch64 (pull_request) Successful in 55s
user/pinenote-dbus-service: new aport
2025-01-04 20:42:40 -05:00

10 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
}