changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > box / airootfs/etc/systemd/system/livecd-talk.service

changeset 2: 2fafbe22bd34
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 31 May 2024 17:30:09 -0400
permissions: -rw-r--r--
description: init releng
1 [Unit]
2 Description=Screen reader service
3 After=livecd-alsa-unmuter.service
4 Before=getty@tty1.service
5 ConditionKernelCommandLine=accessibility=on
6 
7 [Service]
8 Type=oneshot
9 TTYPath=/dev/tty13
10 ExecStartPre=/usr/bin/chvt 13
11 ExecStart=/usr/local/bin/livecd-sound -p
12 ExecStartPost=/usr/bin/chvt 1
13 ExecStartPost=systemctl start espeakup.service
14 StandardInput=tty
15 TTYVHangup=yes
16 TTYVTDisallocate=yes
17 RemainAfterExit=true
18 
19 [Install]
20 WantedBy=multi-user.target