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

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

[Install]
WantedBy=multi-user.target