mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-22 22:35:11 +03:00
Let's put everything systemd related in an extra-repos directory, so it is clear that the packages from here will end up in a separate, optional binary package repository.
10 lines
200 B
Desktop File
10 lines
200 B
Desktop File
[Unit]
|
|
Description=Accessibility services bus
|
|
PartOf=graphical-session.target
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=org.a11y.Bus
|
|
ExecStart=/usr/libexec/at-spi-bus-launcher
|
|
Slice=session.slice
|
|
TimeoutStopSec=5
|