mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
12 lines
244 B
Text
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
|
|
}
|