~soren/swift/ubuntu

« back to all changes in this revision

Viewing changes to debian/swift-account.swift-account-auditor

  • Committer: Monty Taylor
  • Date: 2010-07-22 15:43:11 UTC
  • mfrom: (0.2.1 upstream)
  • Revision ID: mordred@inaugust.com-20100722154311-pr5wwhaomvead6w5
* New upstream release.
* New upstream release.
* Initial release
* Added docs to doc system.

Show diffs side-by-side

added added

removed removed

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