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