Files
wu.chunyang f6cd2198f0 Fix trove-imager-loader.service not started
This service will pull database images after the system started.

Change-Id: I510adc33116760ec5af54a9158b76c9a628ef981
2025-07-01 02:57:51 +00:00

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