~niedbalski/ubuntu/vivid/neutron/fixes-1447803

« back to all changes in this revision

Viewing changes to debian/neutron-vpn-agent.init.in

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2015-01-14 11:30:32 UTC
  • Revision ID: package-import@ubuntu.com-20150114113032-0vw9k9z41zzvgyda
Tags: 1:2015.1~b1-0ubuntu4
* d/control,neutron-lbaas-agent.*
  d/tests/control: Drop LBaaS agent (moved to separate source package).
* d/control,neutron-*vpn-agent.*,
  d/neutron-common.install: Drop VPN agent (moved to a separate
  source package), drop vpn_agent.ini from neutron-common.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
### BEGIN INIT INFO
3
 
# Provides:          neutron-vpn-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 neutron-ovs-cleanup
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 VPN Agent agent
11
 
# Description:       Provides VPN agent for neutron
12
 
### END INIT INFO
13
 
 
14
 
# Author: Thomas Goirand <zigo@debian.org>
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 VPN Agent"
19
 
PROJECT_NAME=neutron
20
 
NAME=${PROJECT_NAME}-vpn-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/l3_agent.ini --config-file=/etc/neutron/fwaas_driver.ini --config-file=/etc/neutron/vpn_agent.ini"