mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-24 15:25:13 +03:00
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
13 lines
231 B
Desktop File
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
|
|
|