You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lirc/lircd.service

14 lines
336 B

[Unit]
Description=LIRC Infrared Signal Decoder
After=network.target
[Service]
Type=simple
EnvironmentFile=-/etc/sysconfig/lirc
ExecStartPre=/bin/sh -c 'echo lirc > /sys/class/rc/rc0/protocols'
ExecStart=/usr/sbin/lircd $LIRCD_OPTIONS \
--driver $LIRC_DRIVER --device $LIRC_DEVICE --nodaemon
[Install]
WantedBy=multi-user.target