From b42d6eec8dd056a27ef294240e03b1b61e13d484 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Fri, 6 Mar 2015 18:31:44 +0000 Subject: openstack-swift-proxy.service: fix proxy-server is daemon --- openstack/usr/lib/systemd/system/openstack-swift-proxy.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openstack') diff --git a/openstack/usr/lib/systemd/system/openstack-swift-proxy.service b/openstack/usr/lib/systemd/system/openstack-swift-proxy.service index a94b3121..96a3b04e 100644 --- a/openstack/usr/lib/systemd/system/openstack-swift-proxy.service +++ b/openstack/usr/lib/systemd/system/openstack-swift-proxy.service @@ -3,7 +3,8 @@ Description=OpenStack Swift Proxy Server After=syslog.target network.target memcached.service openstack-keystone.service openstack-swift-controller-setup.service [Service] -Type=simple +Type=forking +PIDFile=/var/run/swift/proxy-server.pid Restart=on-failure ExecStart=/usr/bin/swift-init proxy-server start ExecStop=/usr/bin/swift-init proxy-server stop -- cgit v1.2.1