nucypher/deploy/services/moe_monitor.j2

11 lines
250 B
Plaintext
Raw Normal View History

2019-02-12 21:57:21 +00:00
[Unit]
Description="Run 'Moe', A NuCypher Network Monitor."
[Service]
User=ubuntu
Type=simple
ExecStart={{ virtualenv_path }}/bin/nucypher moe --network {{ nucypher_network_domain }} --teacher {{ teacher_uri }}
2019-02-12 21:57:21 +00:00
[Install]
WantedBy=multi-user.target