blob: c0b5e36b71ccf87c4e42a4562afa4eab711f0e9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=LIRC Mouse
Requires=lirc.service
After=network.target lirc.service
[Service]
Type=forking
ExecStart=/usr/sbin/lircmd
[Install]
WantedBy=multi-user.target
|