description "Load gator driver module and launch gator daemon" author "Pawel Moll " start on filesystem exec /usr/sbin/gatord -c /var/lib/gatord/configuration.xml pre-start script modprobe -q gator || true end script