#!/usr/bin/env watchman service_type='oneshot' service_command='/usr/bin/mdev' service_args=( -s ) post_start() { echo "Enabling hotplug..." echo /bin/mdev > /proc/sys/kernel/hotplug }