[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