[aur-general] pkgbuild with after installation Customizations

Emil Lundberg lundberg.emil at gmail.com
Tue Oct 29 03:49:30 EDT 2013


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 <stormdragon2976 at gmail.com>wrote:

> Hi,
> When I read through systemctl status for espeakup at en-us.service, 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:
> espeakup at en-us.service - Software speech output for Speakup (default
> voice: en/us)
>   Loaded: loaded (/usr/lib/systemd/system/**espeakup at .service; 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/espeakup at en-us.service
>           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 espeakup at en-us.service gives the following error:
>>> espeakup at en-us.service
>>>   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
>


More information about the aur-general mailing list