lircmd.service 206 B

123456789101112
  1. [Unit]
  2. Description=LIRC Infrared Mouse Event Signal Decoder
  3. Requires=lirc.service
  4. After=network.target lirc.service
  5. [Service]
  6. Type=forking
  7. ExecStart=/usr/sbin/lircmd
  8. [Install]
  9. WantedBy=multi-user.target