#!/bin/sh

if [[ -e /etc/event.d/quicklaunch ]]; then
	initctl start quicklaunch
fi

