fix(systemd): use more reasonable restart limit (#9355)

This commit is contained in:
Ben Potter 2023-08-27 14:35:06 -05:00 committed by GitHub
parent 4a140536e1
commit 173aac959c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Documentation=https://coder.com/docs/coder-oss
Requires=network-online.target
After=network-online.target
ConditionFileNotEmpty=/etc/coder.d/coder.env
StartLimitIntervalSec=60
StartLimitIntervalSec=10
StartLimitBurst=3
[Service]