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.
20 lines
373 B
20 lines
373 B
4 years ago
|
[Unit]
|
||
|
Description=harmony validator node service
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
Restart=on-failure
|
||
|
RestartSec=1
|
||
|
User=harmony
|
||
4 years ago
|
WorkingDirectory=/data/harmony
|
||
|
ExecStart=/usr/local/sbin/harmony -c /etc/harmony/harmony.conf
|
||
4 years ago
|
StandardError=syslog
|
||
|
SyslogIdentifier=harmony
|
||
|
StartLimitInterval=0
|
||
|
LimitNOFILE=65536
|
||
|
LimitNPROC=65536
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|