#!/bin/sh
set -e

[ -r conf ] && . ./conf

exec 2>&1
dkms start
exec chpst -b dkms pause
