nucypher/deploy/services/firstula_node.j2

12 lines
327 B
Plaintext
Raw Normal View History

2018-11-03 21:45:25 +00:00
[Unit]
Description="Run 'Lonely Ursula' - The Original Network Node."
2018-11-03 21:45:25 +00:00
[Service]
User=ubuntu
Type=simple
Environment="NUCYPHER_KEYSTORE_PASSWORD={{ ursula_password.stdout }}"
ExecStart={{ virtualenv_path }}/bin/nucypher ursula run --debug --lonely --network {{ nucypher_network_domain }}
2018-11-03 21:45:25 +00:00
[Install]
WantedBy=multi-user.target