1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/community/hfd-service/hfd-service.initd
2021-03-03 12:17:11 +00:00

12 lines
244 B
Text

#!/sbin/openrc-run
supervisor=supervise-daemon
name="HFS service"
description="A dbus activated service that manages human feedback devices sutch as leds and vibrators on mobile devices"
command=/usr/bin/hfd-service
depend() {
want dbus
}