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

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

[Install]
WantedBy=multi-user.target