Under
[Service]
, update the following parameters with
a number that will be large enough to avoid the error. if these
parameters do not exist, add them.
[Unit]
Description=Demisto Server Service
After=network.target
[Service]
LimitNOFILE=100000000
LimitNOFILESoft=100000000
WorkingDirectory=/usr/local/demisto
Type=simple
User=demisto
ExecStart=/usr/local/demisto/server
EnvironmentFile=/etc/environment
Restart=always
RestartPreventExitStatus=29
[Install]
WantedBy=multi-user.target