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/user-fbd-alert-slider.service
fossdd 79deaef247
systemd/systemd-services: re-add fbd-alert-slider.service
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
2025-04-23 10:14:00 -07:00

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