nucypher/deploy/services/ursula_node.j2

12 lines
258 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
2018-10-29 22:00:06 +00:00
Type=forking
Environment="NUCYPHER_KEYRING_PASSPHRASE={{ursula_passphrase.stdout}}"
ExecStart={{env_dir.stdout}}/bin/nucypher ursula run
[Install]
WantedBy=multi-user.target