You could always replace your ExecStart line with something like "ExecStart=logger %I" or "ExecStart=logger %i" etc, then check the output with "sudo journalctl -xn20". Might help in debugging.
It seems your culprit is the %I variable - the %i variable is not escaped in my test service: http://pastebin.com/aYhQVgSD /Emil On Tue, Oct 29, 2013 at 4:05 PM, Storm Dragon <[email protected]>wrote: > Hi, > When I read through systemctl status for [email protected], it seems > to be changing the - in en-us to a / which would explain the break. Is > there any way to get it to leave the - alone? > Here's the output: > [email protected] - Software speech output for Speakup (default > voice: en/us) > Loaded: loaded (/usr/lib/systemd/system/**[email protected]; enabled) > Active: active (running) since Tue 2013-10-29 02:59:01 EDT; 25s ago > Process: 6249 ExecStart=/usr/bin/espeakup --default-voice=%I > (code=exited, status=0/SUCCESS) > Main PID: 6250 (espeakup) > CGroup: /system.slice/system-espeakup.**slice/[email protected] > Thanks > storm > > On Mon, Oct 28, 2013 at 08:53:21PM -0700, Curtis Shimamoto wrote: > >> On 10/28/13 at 11:31pm, Storm Dragon wrote: >> >>> Hi, >>> Thanks for the PKGBUILD. I installed it and everything went fine with >>> the install, >>> but when I tried to start the service it failed. >>> >>> Systemctl status [email protected] gives the following error: >>> [email protected] >>> Loaded: not-found (Reason: No such file or directory) >>> Active: failed (Result: start-limit) since Mon 2013-10-28 23:15:16 >>> EDT; 12min ago >>> Thanks >>> Storm >>> >> >> The service is trying to run /usr/local/bin/espeakup, while the binary is >> now >> located at /usr/bin/espeakup (as it should be). >> >> -- >> Curtis Shimamoto >> sugar.and.scruffy [at] gmail.com >> > > > > -- > > -- > Registered Linux user number 508465: https://linuxcounter.net/user/** > 508465.html <https://linuxcounter.net/user/508465.html> > My blog, Thoughts of a Dragon: http://www.stormdragon.us/ > Follow me on Twitter: > http://www.twitter.com/**stormdragon2976<http://www.twitter.com/stormdragon2976> > "A sea of green will set us free" > Six Feet Under - 420 >
