mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 19:27:13 +08:00
12 lines
224 B
Desktop File
12 lines
224 B
Desktop File
[Unit]
|
|
Description=Linux Infrared Remote Control
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/lirc/lircd.pid
|
|
ExecStart=/usr/sbin/lircd --driver=default --device=/dev/lirc0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|