902ad57a5f12c3a735a6515842db7989b62a3d54
[openstack-build/neutron-build.git] / trusty / debian / neutron-plugin-mlnx-agent.init.in
1 #!/bin/sh
2 ### BEGIN INIT INFO
3 # Provides:          neutron-plugin-mlnx-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 Mellanox Agent
11 # Description:       Mellanox SDN agent for OpenStack Neutron
12 ### END INIT INFO
13
14 # Authors: James Page <james.page@ubuntu.com>
15
16 DESC="OpenStack Neutron Mellanox Plugin Agent"
17 PROJECT_NAME=neutron
18 NAME=${PROJECT_NAME}-plugin-mlnx-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/mlnx/mlnx_conf.ini"