11 lines
213 B
Desktop File
11 lines
213 B
Desktop File
[Unit]
|
|
Description=Eventlirc server daemon
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/eventlircd -f --evmap=/etc/eventlircd.d --socket=/run/lirc/lircd
|
|
KillMode=process
|
|
TimeoutStopSec=1s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|