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

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

[Install]
WantedBy=multi-user.target