summaryrefslogtreecommitdiff
path: root/debian/swift-account.swift-account-auditor
diff options
context:
space:
mode:
Diffstat (limited to 'debian/swift-account.swift-account-auditor')
-rw-r--r--debian/swift-account.swift-account-auditor13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/swift-account.swift-account-auditor b/debian/swift-account.swift-account-auditor
new file mode 100644
index 000000000..405115400
--- /dev/null
+++ b/debian/swift-account.swift-account-auditor
@@ -0,0 +1,13 @@
+#! /bin/sh
+### BEGIN INIT INFO
+# Provides: swift-account-auditor
+# Required-Start: $remote_fs
+# Required-Stop: $remote_fs
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: Swift account auditor server
+# Description: Account auditor server for swift.
+### END INIT INFO
+
+/usr/bin/swift-init account-auditor $1
+