From 55e26a7c8151eb302aa51ffb56225be9cae710cb Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 21 Jan 2024 15:50:32 -0600 Subject: [PATCH] r/unifi: Increase startup timeout The UniFi controller service can sometimes take a really long time to start up. This most frequently happens after a full outage, when the VM hosts are very busy bringing everything up. --- roles/unifi/templates/unifi.container.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/unifi/templates/unifi.container.j2 b/roles/unifi/templates/unifi.container.j2 index b15ead5..ee51929 100644 --- a/roles/unifi/templates/unifi.container.j2 +++ b/roles/unifi/templates/unifi.container.j2 @@ -13,6 +13,7 @@ VolatileTmp=yes Notify=yes [Service] +TimeoutStartSec=5min Restart=always PrivateTmp=yes ProtectClock=yes