nucypher/deploy/services/ursula_node.j2

12 lines
389 B
Plaintext
Raw Normal View History

2018-10-29 22:00:06 +00:00
[Unit]
Description="Run 'Ursula', a NuCypher Staking Node."
[Service]
User=ubuntu
Type=simple
Environment="NUCYPHER_KEYRING_PASSPHRASE={{ursula_passphrase.stdout}}"
2018-11-09 20:24:39 +00:00
ExecStart={{env_dir.stdout}}/bin/nucypher ursula run --teacher-uri {{ seed_node_metadata.checksum_address }}@https://{{ seed_node_metadata.rest_host }}:{{seed_node_metadata.rest_port}}
[Install]
WantedBy=multi-user.target