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

[Service]
Type=oneshot
ExecStart=/usr/share/openstack/openstack-cinder-setup
Restart=no

[Install]
WantedBy=multi-user.target