lirc systemd services descriptions

Bug #2006996 reported by Tijmen Stam / IIVQ
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Raspbian
New
Undecided
Unassigned

Bug Description

For the package lirc, the systemd service file "description" lines for lirc's services don't mention the program's name. This makes scanning system.log and dmesg for problems difficult.

Suggestion:
- in /usr/lib/systemd/system/lircd.service
change the description line to add "Lirc: " to the start of the description:
Description=Lirc: Flexible IR remote input/output application support

- in /usr/lib/systemd/system/lircd-setup.service
change the description line to add "Lircd-setup: " to the start of the description:
Description=Lircd-setup: lircd(8) initialization helper tool

- in /usr/lib/systemd/system/irexec.service
change the description line to add "irexec: " to the start of the description:
Description=IRexec: Handle events from IR remotes decoded by lircd(8)

Aditionally: for irexec add the following line to [unit]
After=multi-user.target lircd.service

Tags: lirc systemd
Revision history for this message
Tijmen Stam / IIVQ (info-iivq) wrote :

Correction: for irexec.service, add the following line to [unit]
After=lircd.service

(multi-user.target is not necessary)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.