~david-goetz/swift/zero_byte_obj_audit

« back to all changes in this revision

Viewing changes to debian/swift-auth.init

  • Committer: Monty Taylor
  • Author(s): Michael Barton
  • Date: 2010-07-08 01:37:44 UTC
  • mfrom: (0.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: mordred@inaugust.com-20100708013744-7cyxajshd9w11x90
Tags: 1.0.0-1
Initial release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
### BEGIN INIT INFO
 
3
# Provides:          swift-auth-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 auth server
 
9
# Description:       Auth server for swift.
 
10
### END INIT INFO
 
11
 
 
12
/usr/bin/swift-init auth-server $1
 
13