[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Talking Debian install?



On 1/27/2019 10:03 AM, Samuel Thibault wrote:
> Hello,
>
> Jayson Smith, le dim. 27 janv. 2019 02:21:09 -0500, a ecrit:
>> I downloaded a Debian Netinstall image,
>
> Which version did you download, exactly?
>
>> Jan 27 01:43:47 Virgil systemd[1]: [/lib/systemd/system/espeakup.service:12]
>> Executable path is not absolute, ignoring: sh -c 'modprobe speakup_soft &&
>> /usr/bin/espeakup -V ${VOICE}'
>> Jan 27 01:43:47 Virgil systemd[1]: espeakup.service: Service lacks both
>> ExecStart= and ExecStop= setting. Refusing.
>

In the file '/lib/systemd/system/espeakup.service' as root, modifying
the line from:

ExecStart=sh -c 'modprobe speakup_soft && /usr/bin/espeakup -V ${VOICE}'

to:

ExecStart=/bin/sh -c 'modprobe speakup_soft && /usr/bin/espeakup -V
${VOICE}'

Restart with the following command:

$ systemctl daemon-reload && systemctl restart espeakup

--
John Doe


Reply to: