1
0
Fork 0
mirror of https://gitlab.postmarketos.org/postmarketOS/pmaports.git synced 2025-07-24 15:25:13 +03:00
pmaports/extra-repos/systemd/systemd-services/system-hfd-service.service
Devin Lin 5afe39283c
systemd/systemd-services: add hfd-service (MR 6191)
Unit file is from https://gitlab.com/ubports/development/core/hfd-service/-/blob/main/init/hfd-service.service.in?ref_type=heads

This fixes system vibrations not working in Plasma.
[ci:skip-build]: already built successfully in CI
2025-02-10 17:44:11 -08:00

13 lines
231 B
Desktop File

[Unit]
Description=HFD system service
Documentation=https://gitlab.com/ubports/core/hfd-service/
[Service]
Type=dbus
BusName=com.lomiri.hfd
ExecStart=/usr/libexec/hfd-service
Restart=on-failure
[Install]
WantedBy=default.target