diff --git a/infra/deployment/systemd-services/ltc-rpc.service b/infra/deployment/systemd-services/ltc-rpc.service index e1a19d2..70581cf 100644 --- a/infra/deployment/systemd-services/ltc-rpc.service +++ b/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