File: orca.service

package info (click to toggle)
orca 49.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 53,532 kB
  • sloc: python: 98,331; javascript: 281; sh: 64; xml: 27; makefile: 5
file content (21 lines) | stat: -rw-r--r-- 466 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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

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

[Install]
WantedBy=graphical-session.target