Sign in
third-party-mirror
/
brltty
/
refs/heads/main
/
.
/
Initramfs
/
Dracut
/
speechd-start.sh
blob: 4467c2790a645afdc2130b70f7361cda42b1471a [
file
] [
log
] [
blame
] [
edit
]
#!/bin/bash
getargbool
1
rd
.
brltty
&&
getargbool
1
rd
.
brltty
.
sound
&&
getargbool
1
rd
.
brltty
.
speechd
&&
{
systemctl
-
q is
-
active speech
-
dispatcherd
||
{
systemctl
--
no
-
block start speech
-
dispatcherd
}
}