Remove tests stuff
[openstack-build/neutron-build.git] / trusty / debian / neutron-sriov-agent.init.in
1 #!/bin/sh
2 ### BEGIN INIT INFO
3 # Provides:          neutron-sriov-agent
4 # Required-Start:    $network $local_fs $remote_fs $syslog
5 # Required-Stop:     $remote_fs
6 # Should-Start:      mysql postgresql rabbitmq-server keystone
7 # Should-Stop:       mysql postgresql rabbitmq-server keystone
8 # Default-Start:     2 3 4 5
9 # Default-Stop:      0 1 6
10 # Short-Description: SRIOV Agent
11 # Description:       This is the Neutron SRIOV agent
12 ### END INIT INFO
13
14 # Authors: Thomas Goirand <zigo@debian.org>
15 DESC="OpenStack Neutron SRIOV Agent"
16 PROJECT_NAME=neutron
17 NAME=${PROJECT_NAME}-sriov-agent
18 DAEMON=/usr/bin/neutron-sriov-nic-agent
19 # --config-file=/etc/neutron/neutron.conf will be happened
20 # to DAEMON_ARGS later by openstack-pkg-tools
21 DAEMON_ARGS="--config-file=/etc/neutron/plugins/ml2/sriov_agent.ini"