[Unit] Description=Joystream Storage Node After=network.target joystream-node.service [Service] User=root WorkingDirectory=/root/joystream/ LimitNOFILE=10000 ExecStart=/root/.volta/bin/yarn storage-node server \ -u ws://localhost:9944 \ -w 7 \ -o 3333 \ -l /root/.joystream-storage/log/ \ -d /root/.joystream-storage \ -q http://localhost:8081/graphql \ -p \ -k /root/keys/storage-role-key.json \ -s Restart=on-failure StartLimitInterval=600 [Install] WantedBy=multi-user.target