Skip to content

Files

Latest commit

 

History

History
 
 

service

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

RapidSnark as a Service

This folder contains the config file to use proverServer as a service at Linux, with systemd.

Just copy the file rapidsnark.service to /etc/systemd/system/rapidsnark.service and update the ExecStart parameter with the correct path for binary, .dat file and .zkey file.

After save the file run:

$ sudo systemctl daemon-reload

And you can

$ sudo service rapidsnark start | stop | reload | status