Lircrc
Aus VDR Wiki
(Unterschied zwischen Versionen)
(M) |
|||
Zeile 5: | Zeile 5: | ||
prog = irexec | prog = irexec | ||
repeat = 0 | repeat = 0 | ||
− | config = if [ -n "$(pidof vdr)" ] ; then | + | config = if [ -n "$(pidof vdr)" ] ; then [[installscript-runvdr|runvdr]] stop ; else [[installscript-runvdr|runvdr]] start ; fi |
end | end | ||
Version vom 21. März 2005, 11:19 Uhr
Beschreibung
lircrc
begin button = Reserve_1 prog = irexec repeat = 0 config = if [ -n "$(pidof vdr)" ] ; then runvdr stop ; else runvdr start ; fi end begin button = Reserve_2 prog = irexec repeat = 0 config = reboot end