mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 13:15:12 +02:00
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
|