You must start the server manually when the system reboots and whenever you update or modify the configuration files.
- To start the server, enter the following command:
# swift-init main start - To stop the server, enter the following command:
# swift-init main stop
To automatically start the gluster-swift services every time the system boots, run the following command:
# chkconfig memcached on
# chkconfig gluster-swift-proxy on
# chkconfig gluster-swift-account on
# chkconfig gluster-swift-container on
# chkconfig gluster-swift-object on