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/harmony.service

20 lines
369 B

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