#!/bin/sh
# Stale door file from a previous run prevents hotplugd from starting.
/bin/rm -f /var/run/hotplugd_door
exec /usr/lib/hotplugd
