X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=trusty%2Fdebian%2Fneutron-plugin-sriov-agent.init.in;fp=trusty%2Fdebian%2Fneutron-plugin-sriov-agent.init.in;h=92bf0437a0a890af75e31f034736eb17b24764ec;hb=1740cde44937bc1c842b66699473cb79779469a7;hp=0000000000000000000000000000000000000000;hpb=33f494780fed13daabda23be6ceef83210e1d403;p=openstack-build%2Fneutron-build.git diff --git a/trusty/debian/neutron-plugin-sriov-agent.init.in b/trusty/debian/neutron-plugin-sriov-agent.init.in new file mode 100644 index 000000000..92bf0437a --- /dev/null +++ b/trusty/debian/neutron-plugin-sriov-agent.init.in @@ -0,0 +1,22 @@ +#!/bin/sh +### BEGIN INIT INFO +# Provides: neutron-plugin-sriov-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 SRIOV Agent +# Description: SRIOV agent for OpenStack Neutron +### END INIT INFO + +# Authors: James Page + +DESC="OpenStack Neutron SRIOV Plugin Agent" +PROJECT_NAME=neutron +NAME=${PROJECT_NAME}-plugin-sriov-agent +DAEMON=/usr/bin/neutron-sriov-nic-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/ml2/ml2_conf_sriov.ini --config-file=/etc/neutron/plugins/ml2/sriov_agent.ini"