
This service will pull database images after the system started. Change-Id: I510adc33116760ec5af54a9158b76c9a628ef981
14 lines
229 B
Desktop File
14 lines
229 B
Desktop File
[Unit]
|
|
Description=OpenStack Trove image loader Service
|
|
After=docker.service
|
|
Requires=docker.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=root
|
|
Group=root
|
|
ExecStart=/usr/local/sbin/trove-image-loader
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|