mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
12 lines
177 B
Desktop File
12 lines
177 B
Desktop File
[Unit]
|
|
Description=LIRC Mouse
|
|
Requires=lirc.service
|
|
After=network.target lirc.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/sbin/lircmd
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|