Add Neutron 7.0.0 for Ubuntu 14.04
[openstack-build/neutron-build.git] / trusty / debian / neutron-dhcp-agent.init.in
1 #!/bin/sh
2 ### BEGIN INIT INFO
3 # Provides:          neutron-dhcp-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 DHCP agent
11 # Description:       Provide DHCP agent for neutron
12 ### END INIT INFO
13
14 # Author: Mehdi Abaakouk <sileht@sileht.net>
15
16 # PATH should only include /usr/* if it runs after the mountnfs.sh script
17 PATH=/sbin:/usr/sbin:/bin:/usr/bin
18 DESC="OpenStack Neutron DHCP agent"
19 PROJECT_NAME=neutron
20 NAME=${PROJECT_NAME}-dhcp-agent
21 # --config-file=/etc/neutron/neutron.conf will be happened 
22 # to DAEMON_ARGS later by openstack-pkg-tools
23 DAEMON_ARGS="--config-file=/etc/neutron/dhcp_agent.ini"