mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 12:47:16 +08:00
12 lines
160 B
Desktop File
12 lines
160 B
Desktop File
[Unit]
|
|
Description=LIRC Mouse
|
|
After=lirc.service
|
|
Wants=lirc.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/lircmd -u
|
|
Type=forking
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|