summaryrefslogtreecommitdiff
path: root/gpsd.hotplug.wrapper
blob: d73e3d193d693e392e5f74cf07fbfbf9b9d0f789 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh
# $Id$

. /lib/udev/hotplug.functions

# wait for /usr & /var to be mounted
wait_for_file /usr/bin/python && \
wait_for_file /var/run && \
  exec /lib/udev/gpsd.hotplug "$ACTION" "$DEVNAME"