/lib/systemd/system/lircd-setup.service is in lirc 0.9.4c-9.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | [Unit]
Documentation=man:lircd-setup(8)
Description=lircd(8) initialization helper tool
[Service]
Type=oneshot
ExecStart=/usr/sbin/lircd-setup
[Install]
WantedBy=multi-user.target
|