#!/bin/sh
# Copyright 2011 Paul Parsons
# Distributed under the terms of the GNU General Public License v3 or later

depend="console,xdm,net"
service --depend=${depend} || exit 1

exit 0
