Re: Using absolute path for ExecStart in espeakup.service

2019-02-22 Thread Samuel Thibault
john doe, le ven. 22 févr. 2019 09:42:01 +0100, a ecrit: > I took a different approach: > > $ mkdir -p /etc/systemd/system/espeakup.service.d > $ printf "[Service]\nExecStart=/bin/sh -c 'modprobe speakup_soft && > /usr/bin/espeakup -V \"\${VOICE}\"'" > > /etc/systemd/system/espeakup.service.d/serv

Re: Using absolute path for ExecStart in espeakup.service

2019-02-22 Thread john doe
On 2/21/2019 7:32 PM, Samuel Thibault wrote: > Hello, > > john doe, le jeu. 21 févr. 2019 19:24:18 +0100, a ecrit: >> On 1/10/2019 9:31 PM, Samuel Thibault wrote: >>> Hello, >>> >>> john doe, le jeu. 10 janv. 2019 18:09:35 +0100, a ecrit: According to the below message and to (1, 'execstart=')

Re: Using absolute path for ExecStart in espeakup.service

2019-02-21 Thread Samuel Thibault
Hello, john doe, le jeu. 21 févr. 2019 19:24:18 +0100, a ecrit: > On 1/10/2019 9:31 PM, Samuel Thibault wrote: > > Hello, > > > > john doe, le jeu. 10 janv. 2019 18:09:35 +0100, a ecrit: > >> According to the below message and to (1, 'execstart=') the command > >> 'ExecStart' should use a fully qu

Re: Using absolute path for ExecStart in espeakup.service

2019-02-21 Thread john doe
On 1/10/2019 9:31 PM, Samuel Thibault wrote: > Hello, > > john doe, le jeu. 10 janv. 2019 18:09:35 +0100, a ecrit: >> According to the below message and to (1, 'execstart=') the command >> 'ExecStart' should use a fully qualified path when 'execstop=' is not >> specified. > >> Observed on Debian St

Re: Using absolute path for ExecStart in espeakup.service

2019-01-10 Thread Samuel Thibault
Hello, john doe, le jeu. 10 janv. 2019 18:09:35 +0100, a ecrit: > According to the below message and to (1, 'execstart=') the command > 'ExecStart' should use a fully qualified path when 'execstop=' is not > specified. > Observed on Debian Stretch. This is fixed in stretch-proposed-updates's ver

Using absolute path for ExecStart in espeakup.service

2019-01-10 Thread john doe
Hi, According to the below message and to (1, 'execstart=') the command 'ExecStart' should use a fully qualified path when 'execstop=' is not specified. "[/lib/systemd/system/espeakup.service:12] Executable path is not absolute, ignoring: sh -c 'modprobe speakup_soft && /usr/bin/espeakup -V ${VOI