From 13738f388e62b8d45e9b90b70980d2b904e78610 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Tue, 4 Feb 2025 09:47:06 +0000
Subject: [PATCH] Increase RestartSec to avoid exhausting restart budget
 immediately

---
 debian/auth-server.service | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/auth-server.service b/debian/auth-server.service
index ae20161b..2fab4eea 100644
--- a/debian/auth-server.service
+++ b/debian/auth-server.service
@@ -7,6 +7,7 @@ Type=notify
 EnvironmentFile=-/etc/default/auth-server
 ExecStart=/usr/bin/auth-server --systemd-socket $OPTIONS
 Restart=on-failure
+RestartSec=3s
 User=auth-server
 
 [Install]
-- 
GitLab