You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/lirc/files/lircm.service

12 lines
174 B

[Unit]
Description=LIRC Mouse
Requires=lirc.service
After=network.target lirc.service
[Service]
ExecStart=/usr/sbin/lircmd --nodaemon
[Install]
WantedBy=multi-user.target