From 7df7f3b427739ff7d69da2ba218da0124822892c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 26 Nov 2017 23:39:48 +0000 Subject: Remove all .morph files and files from the old format --- .../openstack/usr/lib/systemd/system/swift-proxy.service | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 install-files/openstack/usr/lib/systemd/system/swift-proxy.service (limited to 'install-files/openstack/usr/lib/systemd/system/swift-proxy.service') diff --git a/install-files/openstack/usr/lib/systemd/system/swift-proxy.service b/install-files/openstack/usr/lib/systemd/system/swift-proxy.service deleted file mode 100644 index 7b0a2e17..00000000 --- a/install-files/openstack/usr/lib/systemd/system/swift-proxy.service +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -Description=OpenStack Swift Proxy Server -After=network-online.target swift-controller-setup.service memcached.service -Wants=network-online.target - -[Service] -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 - -[Install] -WantedBy=multi-user.target -- cgit v1.2.1