nucypher/deploy/services/firstula_node.j2

12 lines
327 B
Django/Jinja

[Unit]
Description="Run 'Lonely Ursula' - The Original Network Node."
[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 }}
[Install]
WantedBy=multi-user.target