joystream-node.service.j2 389 B

123456789101112131415161718
  1. [Unit]
  2. Description=Joystream Node
  3. After=network.target
  4. [Service]
  5. Type=simple
  6. User=ubuntu
  7. WorkingDirectory=/home/ubuntu/
  8. ExecStart={{ template_binary_path }} \
  9. --chain {{ template_remote_chain_spec_path }} \
  10. --pruning archive \
  11. --log runtime,txpool,transaction-pool,trace=sync
  12. Restart=on-failure
  13. RestartSec=3
  14. LimitNOFILE=10000
  15. [Install]
  16. WantedBy=multi-user.target