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

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

[Install]
WantedBy=multi-user.target