From a5325436625ddba4ae2fbdd423fdc4522f743caa Mon Sep 17 00:00:00 2001 From: Alexis Hernandez Date: Sun, 25 Nov 2018 17:47:16 -0700 Subject: [PATCH] infra: Update systemd services for xsn and ltc The file limit is increased to avoid failures while synchronizing the database. --- infra/deployment/systemd-services/ltc-rpc.service | 1 + 1 file changed, 1 insertion(+) 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