mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-24 15:25:13 +03:00
Was previously added (052b0dc801
) and removed (4e0c698208
) again. But since feedbackd from Alpine doesn't provide the service again, re-add the service. Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6401 [ci:skip-build]: already built successfully in CI
11 lines
213 B
Desktop File
11 lines
213 B
Desktop File
[Unit]
|
|
Description=Feedbackd Alert Slider Handler
|
|
PartOf=graphical-session.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/libexec/fbd-alert-slider
|
|
Restart=on-abnormal
|
|
RestartSec=10s
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|