blob: 1564efc53393b38b40be02348564dd0f3548fca7 [file] [log] [blame]
description "Load gator driver module and launch gator daemon"
author "Pawel Moll <pawel.moll@arm.com>"
start on filesystem
exec /usr/sbin/gatord -c /var/lib/gatord/configuration.xml
pre-start script
modprobe -q gator || true
end script