summaryrefslogtreecommitdiffstats
path: root/gluster-s3object/CentOS/docker-gluster-s3/swift-account.service
diff options
context:
space:
mode:
Diffstat (limited to 'gluster-s3object/CentOS/docker-gluster-s3/swift-account.service')
-rw-r--r--gluster-s3object/CentOS/docker-gluster-s3/swift-account.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/gluster-s3object/CentOS/docker-gluster-s3/swift-account.service b/gluster-s3object/CentOS/docker-gluster-s3/swift-account.service
new file mode 100644
index 0000000..2b74cfd
--- /dev/null
+++ b/gluster-s3object/CentOS/docker-gluster-s3/swift-account.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Swift Account Service
+After=swift-proxy.service
+
+[Service]
+ExecStart=/usr/bin/python /usr/bin/swift-account-server /etc/swift/account-server.conf
+Restart=on-abort
+
+[Install]
+WantedBy=multi-user.target