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

Re: Linux 9 stretch What to do about reviving speakup?



Martin McCormick, le lun. 01 avril 2019 16:53:50 -0500, a ecrit:
> > ExecStart=/bin/sh -c 'modprobe speakup_soft && /usr/bin/espeakup -V 
> > "${VOICE}"'
> 
> 	I found that file exactly as you indicated and added
> /bin.  Here it is:
> 
> [Unit]
> Description=Software speech output for Speakup
> Documentation=man:espeakup(8)
> Wants=systemd-udev-settle.service
> After=systemd-udev-settle.service sound.target
> 
> [Service]
> Type=forking
> PIDFile=/run/espeakup.pid
> Environment="VOICE= ALSA_CARD="
> EnvironmentFile=-/etc/default/espeakup
> ExecStart=sh -c '/bin/modprobe speakup_soft && /usr/bin/espeakup -V ${VOICE}'

/bin/ has to be added before sh, not before modprobe.

Samuel


Reply to: