summaryrefslogtreecommitdiff
path: root/swift/usr/lib/systemd/system/swift-storage-setup.service
blob: dcba1017903fa475d17cacee00be04b5e8eef59a (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Run openstack-swift-storage-setup (once)
After=local-fs.target postgres-server-setup.service

[Service]
Type=oneshot
ExecStart=/usr/bin/ansible-playbook -v -i /usr/share/swift/hosts /usr/share/swift/swift-storage.yml
Restart=no

[Install]
WantedBy=multi-user.target