~notmyname/swift/saio_reference

« back to all changes in this revision

Viewing changes to debian/swift-proxy.init

  • Committer: Monty Taylor
  • Date: 2010-07-14 18:42:35 UTC
  • mfrom: (2.1.11 builddeb)
  • Revision ID: mordred@inaugust.com-20100714184235-c31jqc1krvy4nz3t
Updated tree to use import_dsc/import_upstream from bzr-builddeb.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
### BEGIN INIT INFO
 
3
# Provides:          swift-proxy-server
 
4
# Required-Start:    $remote_fs
 
5
# Required-Stop:     $remote_fs
 
6
# Default-Start:     2 3 4 5
 
7
# Default-Stop:      0 1 6
 
8
# Short-Description: Swift proxy server
 
9
# Description:       Proxy server for swift.
 
10
### END INIT INFO
 
11
 
 
12
/usr/bin/swift-init proxy-server $1
 
13