Skip to content

Commit

Permalink
docs: Add auto-restart to service config
Browse files Browse the repository at this point in the history
  • Loading branch information
pg9182 committed Jun 17, 2023
1 parent 65fbc1f commit f6fbcf6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/PRODUCTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,11 @@ This document describes the recommended setup for an non-containerized Atlas ser
LimitNOFILE=32000
LimitNPROC=32000
Restart=on-failure
RestartSec=15s
StartLimitIntervalSec=60
StartLimitBurst=4
[Install]
WantedBy=multi-user.target
```
Expand Down

0 comments on commit f6fbcf6

Please sign in to comment.