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

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

[Install]
WantedBy=multi-user.target