Add Neutron 7.0.0 for Ubuntu 14.04
[openstack-build/neutron-build.git] / trusty / debian / neutron-l3-agent.init.in
1 #!/bin/sh
2 ### BEGIN INIT INFO
3 # Provides:          neutron-l3-agent
4 # Required-Start:    $network $local_fs $remote_fs $syslog
5 # Required-Stop:     $remote_fs
6 # Should-Start:      mysql postgresql rabbitmq-server keystone openvswitch-switch
7 # Should-Stop:       mysql postgresql rabbitmq-server keystone openvswitch-switch
8 # Default-Start:     2 3 4 5
9 # Default-Stop:      0 1 6
10 # Short-Description: Neutron L3 agent
11 # Description:       Provide L3 agent for neutron
12 ### END INIT INFO
13
14 # Authors: Mehdi Abaakouk <sileht@sileht.net>
15 #          Thomas Goirand <zigo@debian.org>
16
17 # PATH should only include /usr/* if it runs after the mountnfs.sh script
18 PATH=/sbin:/usr/sbin:/bin:/usr/bin
19 DESC="OpenStack Neutron L3 agent"
20 PROJECT_NAME=neutron
21 NAME=${PROJECT_NAME}-l3-agent
22 # --config-file=/etc/neutron/neutron.conf will be happened 
23 # to DAEMON_ARGS later by openstack-pkg-tools
24 DAEMON_ARGS="--config-file=/etc/neutron/l3_agent.ini"