The core protocol of WoopChain
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
woop/scripts/package/woop.service

20 lines
348 B

[Unit]
Description=woop validator node service
After=network.target
[Service]
Type=simple
Restart=on-failure
RestartSec=1
User=woop
Group=woop
WorkingDirectory=~
ExecStart=/usr/sbin/woop -c /etc/woop/woop.conf
StandardError=syslog
SyslogIdentifier=woop
StartLimitInterval=0
LimitNOFILE=65536
LimitNPROC=65536
[Install]
WantedBy=multi-user.target