From 8b54ccbf4b3b9dd7f8097e600370d3f1495a26bd Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 28 Jul 2025 22:59:55 +0300 Subject: [PATCH] linuxbrew-update.service: explicitly disable timeout oneshot has no timeout by default --- etc/systemd/system/linuxbrew-update.service | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/systemd/system/linuxbrew-update.service b/etc/systemd/system/linuxbrew-update.service index 5814dbf7..08c0b2b7 100644 --- a/etc/systemd/system/linuxbrew-update.service +++ b/etc/systemd/system/linuxbrew-update.service @@ -3,5 +3,6 @@ Description=Install linuxbrew updates [Service] Type=oneshot +TimeoutStartSec=infinity ExecStartPre=/usr/local/bin/brew update ExecStart=/usr/local/bin/brew upgrade