aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-cinder/cinder-init.service
blob: 75425babb8a3a7a153e23a6d4e895ae4afef12e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Barebones OpenStack cinder initialization
After=postgresql-init.service keystone-init.service

[Service]
Type=oneshot
ExecStart=%SYSCONFDIR%/cinder/cinder-init
ExecStartPost=/bin/systemctl --no-reload disable cinder-init.service
RemainAfterExit=No

[Install]
WantedBy=multi-user.target