#!/bin/sh
set -e

#if we don't clean up here, wdm starts fine the first time
#but if it's restarted it fails
rm -rf /run/wdm
rm -f /run/wdm.pid
rm -f /run/wdm.upgrade

exec /lib/runit/finish-exec "$@"
