File: orca.service

package info (click to toggle)
orca 50.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 54,172 kB
  • sloc: python: 119,899; sh: 64; makefile: 5
file content (26 lines) | stat: -rw-r--r-- 666 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[Unit]
Description=Orca Screen Reader
Documentation=man:orca(1)
Documentation=https://orca.gnome.org/

PartOf=graphical-session.target
After=graphical-session.target

# We're going to need this, so instead of waiting for it to
# dbus activate later, let's start it in parallel with Orca
Wants=at-spi-dbus-bus.service
# Use systemd's speech-dispatcher socket so the speech server runs in its
# own cgroup and is not killed alongside Orca during shutdown.
Wants=speech-dispatcher.socket
After=speech-dispatcher.socket


[Service]
Type=notify-reload
ExecStart=orca --replace
Restart=always
WatchdogSec=6
Slice=session.slice

[Install]
WantedBy=graphical-session.target