From a510f6d3dbcffae7c984de353a134506a1eb47ce Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Fri, 6 Mar 2015 19:51:58 +0000 Subject: openstack-swift-storage.service: fix --- openstack/usr/lib/systemd/system/openstack-swift-storage.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openstack/usr/lib/systemd/system/openstack-swift-storage.service b/openstack/usr/lib/systemd/system/openstack-swift-storage.service index 291b8e5b..80d79295 100644 --- a/openstack/usr/lib/systemd/system/openstack-swift-storage.service +++ b/openstack/usr/lib/systemd/system/openstack-swift-storage.service @@ -3,9 +3,8 @@ Description=OpenStack Swift Storage After=syslog.target network.target openstack-keystone.service [Service] -Type=simple +Type=forking Restart=on-failure -User=swift ExecStart=/usr/bin/swift-init all start ExecStop=/usr/bin/swift-init all stop -- cgit v1.2.1