9d3ca49387
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
14 lines
314 B
Desktop File
14 lines
314 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 compute
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|