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 via email to