From 08b86b8d76c3abce0588387f50c213a8b5d23b2b Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Tue, 28 Apr 2015 10:28:22 +0000 Subject: openstack: add missing RemainAfterExit=yes Change-Id: I88e3e3e0f2b94b1ee84c706a29a439a09f370e8e --- swift/usr/lib/systemd/system/swift-storage-setup.service | 1 + 1 file changed, 1 insertion(+) (limited to 'swift') diff --git a/swift/usr/lib/systemd/system/swift-storage-setup.service b/swift/usr/lib/systemd/system/swift-storage-setup.service index dcba1017..3df31163 100644 --- a/swift/usr/lib/systemd/system/swift-storage-setup.service +++ b/swift/usr/lib/systemd/system/swift-storage-setup.service @@ -4,6 +4,7 @@ After=local-fs.target postgres-server-setup.service [Service] Type=oneshot +RemainAfterExit=yes ExecStart=/usr/bin/ansible-playbook -v -i /usr/share/swift/hosts /usr/share/swift/swift-storage.yml Restart=no -- cgit v1.2.1