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