11 lines
174 B
Desktop File
11 lines
174 B
Desktop File
[Unit]
|
|
Description=LIRC Mouse
|
|
Requires=lirc.service
|
|
After=network.target lirc.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/lircmd --nodaemon
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|