Browse Source

infra: Update systemd services for xsn and ltc

The file limit is increased to avoid failures while
synchronizing the database.
prometheus-integration
Alexis Hernandez 6 years ago
parent
commit
a532543662
  1. 1
      infra/deployment/systemd-services/ltc-rpc.service

1
infra/deployment/systemd-services/ltc-rpc.service

@ -7,6 +7,7 @@ WorkingDirectory=/home/ltc/
StandardOutput=tty
StandardError=tty
User=ltc
LimitNOFILE=65535
ExecStart=/home/ltc/app/litecoind
Restart=on-failure

Loading…
Cancel
Save