
The purpose of this change is to add the build information for the dcagent package introduced by [1]. It adds the service information and Openstack API code. [1] https://review.opendev.org/c/starlingx/distcloud/+/923350 Test Plan: - PASS: Build dcagent package - PASS: Install and bootstrap system with custom ISO containing the newly created dcagent package - PASS: Verify that the dcagent-api.service is loaded Story: 2011106 Task: 50635 Change-Id: Id21e0441c73c13bfd732c9b995bb994eed72246e Signed-off-by: Lucas de Ataides <lucas.deataidesbarreto@windriver.com>
13 lines
276 B
Desktop File
13 lines
276 B
Desktop File
[Unit]
|
|
Description=DC DCAgent API Service
|
|
After=syslog.target network.target mysqld.service openstack-keystone.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
ExecStart=/usr/bin/dcagent --config-file /etc/dcagent/dcagent.conf
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|