summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openstack-cinder-setup.service
blob: d363102473fae4617c94a6aa1ac06f344ede31d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target