mirror of https://github.com/nucypher/nucypher.git
12 lines
326 B
Django/Jinja
12 lines
326 B
Django/Jinja
[Unit]
|
|
Description="Run 'Lonely Ursula' - The Original Network Node."
|
|
|
|
[Service]
|
|
User=ubuntu
|
|
Type=simple
|
|
Environment="NUCYPHER_KEYRING_PASSWORD={{ ursula_password.stdout }}"
|
|
ExecStart={{ virtualenv_path }}/bin/nucypher ursula run --debug --lonely --network {{ nucypher_network_domain }}
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|