/lib/systemd/system/lircd-uinput.service is in lirc 0.10.0-2.
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 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | [Unit]
After=lircd.service
Documentation=man:lircd-uinput(8)
Documentation=http://lirc.org/html/configure.html
Description=Forward LIRC button presses as uinput events
[Service]
Type=simple
ExecStart=/usr/sbin/lircd-uinput
; user=lirc
; group=lirc
; Hardening opts, see systemd.exec(5). Doesn't add much unless
; not running as root.
;
; MemoryDenyWriteExecute=true
; NoNewPrivileges=true
; PrivateTmp=true
; ProtectHome=true
; ProtectSystem=full
[Install]
WantedBy=multi-user.target
|