deployment-playbooks/roles/poa-orchestrator/templates/poa-orchestrator.j2

11 lines
287 B
Plaintext
Raw Normal View History

[Unit]
Description=poa parity orchestrator service
After=poa-parity.service
[Service]
User={{ username }}
Group={{ username }}
WorkingDirectory=/home/{{ username }}
ExecStart=/home/{{ username }}/parity-orchestrator --config=parity-orchestrator.toml
[Install]
WantedBy=multi-user.target