#!/bin/dash
[ -n "`pidof msgd`" ] || {
	msgd &
#	user_saver &
#	fastchecklite &
# XXX apparently fastchecklite isn't working from here
}
