X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=trusty%2Fdebian%2Fneutron-plugin-mlnx-agent.init.in;fp=trusty%2Fdebian%2Fneutron-plugin-mlnx-agent.init.in;h=902ad57a5f12c3a735a6515842db7989b62a3d54;hb=1740cde44937bc1c842b66699473cb79779469a7;hp=0000000000000000000000000000000000000000;hpb=33f494780fed13daabda23be6ceef83210e1d403;p=openstack-build%2Fneutron-build.git diff --git a/trusty/debian/neutron-plugin-mlnx-agent.init.in b/trusty/debian/neutron-plugin-mlnx-agent.init.in new file mode 100644 index 000000000..902ad57a5 --- /dev/null +++ b/trusty/debian/neutron-plugin-mlnx-agent.init.in @@ -0,0 +1,21 @@ +#!/bin/sh +### BEGIN INIT INFO +# Provides: neutron-plugin-mlnx-agent +# Required-Start: $network $local_fs $remote_fs $syslog +# Required-Stop: $remote_fs +# Should-Start: mysql postgresql rabbitmq-server keystone +# Should-Stop: mysql postgresql rabbitmq-server keystone +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Neutron Mellanox Agent +# Description: Mellanox SDN agent for OpenStack Neutron +### END INIT INFO + +# Authors: James Page + +DESC="OpenStack Neutron Mellanox Plugin Agent" +PROJECT_NAME=neutron +NAME=${PROJECT_NAME}-plugin-mlnx-agent +# --config-file=/etc/neutron/neutron.conf will be happened +# to DAEMON_ARGS later by openstack-pkg-tools +DAEMON_ARGS="--config-file=/etc/neutron/plugins/mlnx/mlnx_conf.ini"