linuxbrew-update.service: explicitly disable timeout

oneshot has no timeout by default
This commit is contained in:
Aminda Suomalainen 2025-07-28 22:59:55 +03:00
parent 8a0876023e
commit 8b54ccbf4b
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -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