mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 06:47:13 +08:00
12 lines
162 B
Desktop File
12 lines
162 B
Desktop File
[Unit]
|
|
Description=IR Exec
|
|
After=lirc.service
|
|
Wants=lirc.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/irexec --daemon
|
|
Type=forking
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|