aports/community/hfd-service/hfd-service.initd
2021-03-03 12:17:11 +00:00

13 lines
244 B
Plaintext

#!/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
}