summaryrefslogtreecommitdiff
path: root/swift/usr/lib/systemd/system/swift-storage-setup.service
blob: e284fbede5f15a0bb49a5a4c9622e390da3734d0 (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.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