Switch Neutron packages to Ubuntu compatible naming scheme
[openstack-build/neutron-build.git] / trusty / debian / neutron-plugin-sriov-agent.init.in
1 #!/bin/sh
2 ### BEGIN INIT INFO
3 # Provides:          neutron-plugin-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: Neutron SRIOV Agent
11 # Description:       SRIOV agent for OpenStack Neutron
12 ### END INIT INFO
13
14 # Authors: James Page <james.page@ubuntu.com>
15
16 DESC="OpenStack Neutron SRIOV Plugin Agent"
17 PROJECT_NAME=neutron
18 NAME=${PROJECT_NAME}-plugin-sriov-agent
19 DAEMON=/usr/bin/neutron-sriov-nic-agent
20 # --config-file=/etc/neutron/neutron.conf will be happened 
21 # to DAEMON_ARGS later by openstack-pkg-tools
22 DAEMON_ARGS="--config-file=/etc/neutron/plugins/ml2/ml2_conf_sriov.ini --config-file=/etc/neutron/plugins/ml2/sriov_agent.ini"