7 lines
98 B
Bash
7 lines
98 B
Bash
#!/bin/sh
|
|
|
|
if [ -r ./conf ]; then
|
|
. ./conf
|
|
fi
|
|
|
|
exec /usr/bin/i8kmon ${OPTS:=--nouserconfig} 1>&2
|