Systemd template for Felix

pull/1040/head
Kieran Prasch 2019-04-28 08:53:01 -07:00 committed by Kieran Prasch
parent 66af2d0ef2
commit 5d982ba306
No known key found for this signature in database
GPG Key ID: 199AB839D4125A62
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
[Unit]
Description="Run 'Felix', A NuCypher Test-ERC20 Faucet."
[Service]
User=ubuntu
Type=simple
ExecStart={{ virtualenv_path }}/bin/nucypher felix --network {{ nucypher_network_domain }} --geth
[Install]
WantedBy=multi-user.target