#!/bin/sh

set -e

/etc/init.d/xdm stop
/etc/init.d/xfs stop

exit 0
