summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-swift-proxy.service
blob: a94b3121940dfd856bd5ea91b87dc47840655a9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=OpenStack Swift Proxy Server
After=syslog.target network.target memcached.service openstack-keystone.service openstack-swift-controller-setup.service

[Service]
Type=simple
Restart=on-failure
ExecStart=/usr/bin/swift-init proxy-server start
ExecStop=/usr/bin/swift-init proxy-server stop

[Install]
WantedBy=multi-user.target