aboutsummaryrefslogtreecommitdiff
path: root/tools/gator/debian/gator-daemon.upstart
blob: 1564efc53393b38b40be02348564dd0f3548fca7 (plain)
1
2
3
4
5
6
7
8
9
10
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