#1063396 lircd systemd service times out

Package:
lirc
Source:
lirc
Description:
Infra-red remote control support - daemons and utils
Submitter:
Oswald Buddenhagen
Date:
2024-02-28 08:33:06 UTC
Severity:
normal
#1063396#5
Date:
2024-02-07 14:13:00 UTC
From:
To:
from the journal:

Feb 07 00:04:05 ugly lircd-0.10.2[35370]: Notice: lircd(default) ready, using /var/run/lirc/lircd
Feb 07 00:05:35 ugly systemd[1]: lircd.service: start operation timed out. Terminating.

so lircd gets terminated despite everything being just fine. that's
because the service type is specified as "notify", but clearly the
daemon doesn't actually send a readiness notification. that's probably
either because lirc was built without systemd support against intentions
(missing build-dep?), or because it doesn't actually have support for
systemd in the first place, and the service type should be "simple" (or
maybe "exec", but nobody seems to use that).

#1063396#10
Date:
2024-02-28 08:28:45 UTC
From:
To:
control: fixed -1 0.10.2-0.6
control: close -1

Please try newer version, yes the systemd support was accidentally dropped

G.