mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-16 00:30:32 +08:00
12 lines
178 B
SYSTEMD
12 lines
178 B
SYSTEMD
|
[Unit]
|
||
|
Description=LIRC command handler
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=/usr/bin/irexec --daemon
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
Wants=lircd.service
|