
This updates distributed cloud spec to add the dcdbsync instance for containerized openstack services. Story: 2004766 Task: 36102 Depends-On: https://review.opendev.org/#/c/682157/ Change-Id: I612995e7b9d1409ca6eee8be0716c385841b34e2 Signed-off-by: Andy Ning <andy.ning@windriver.com>
13 lines
303 B
Desktop File
13 lines
303 B
Desktop File
[Unit]
|
|
Description=DC DBsync Agent API Service For Containerized Openstack
|
|
After=syslog.target network.target postgresql.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
ExecStart=/usr/bin/dcdbsync-api --config-file /etc/dcdbsync/dcdbsync_openstack.conf
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|