aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support/postgresql/postgresql/postgresql-init.service
blob: 94206d28db045099140bb7c0ada98ea82cbbb0d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Postgresql setup for OpenStack
After=postgresql.service

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

[Install]
WantedBy=multi-user.target