[Unit] Description=Joystream Node After=network.target [Service] Type=simple User={{ ADMIN_USER }} WorkingDirectory=/home/{{ ADMIN_USER }}/joystream-node ExecStart=/home/{{ ADMIN_USER }}/joystream-node/joystream-node \ --chain joy-testnet-4.json \ --pruning archive \ --validator \ --name "515-l1dev JoystreamStats" \ --rpc-cors all \ #--rpc-cors https://joystreamstats.live,https://testnet.joystream.org,https://pioneer.joystreamstats.live,https://{{ inventory_hostname }}.joystreamstats.live -d /home/{{ ADMIN_USER }} Restart=on-failure RestartSec=3 LimitNOFILE=8192 [Install] WantedBy=multi-user.target