4 lines
74 B
Bash
4 lines
74 B
Bash
#!/bin/sh
|
|
[ -r conf ] && . ./conf
|
|
exec /usr/sbin/lircd ${LIRCD_OPTS} 2>&1
|
#!/bin/sh
|
|
[ -r conf ] && . ./conf
|
|
exec /usr/sbin/lircd ${LIRCD_OPTS} 2>&1
|