Browse Source

infra: Update systemd services for xsn

The file limit is increased to avoid failures while
synchronizing the database.

The change was missing on the previous commit.
prometheus-integration
Alexis Hernandez 6 years ago
parent
commit
fc7ef3759d
  1. 1
      infra/deployment/systemd-services/xsn-rpc.service

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

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

Loading…
Cancel
Save