#!/bin/sh
if [ "$1" = "start" ]; then
	touch /run/ready
fi
	