
This is part of Distributed Keystone for Distributed Cloud feature. Story: 2002842 Task: 22785 Change-Id: Ia8d2e3371e74ce8994a8c23ff926e5b6816b4f51 Signed-off-by: Jack Ding <jack.ding@windriver.com>
14 lines
315 B
Desktop File
14 lines
315 B
Desktop File
[Unit]
|
|
Description=DC Orchestrator API Proxy Service
|
|
After=syslog.target network.target mysqld.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
# TODO(Bart): what user to use?
|
|
User=root
|
|
ExecStart=/usr/bin/dcorch-api-proxy --config-file /etc/dcorch/dcorch.conf --type identity
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|