mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-10-05 04:57:21 +02:00
linuxbrew-update.service: explicitly disable timeout
oneshot has no timeout by default
This commit is contained in:
parent
8a0876023e
commit
8b54ccbf4b
@ -3,5 +3,6 @@ Description=Install linuxbrew updates
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
TimeoutStartSec=infinity
|
||||||
ExecStartPre=/usr/local/bin/brew update
|
ExecStartPre=/usr/local/bin/brew update
|
||||||
ExecStart=/usr/local/bin/brew upgrade
|
ExecStart=/usr/local/bin/brew upgrade
|
||||||
|
Loading…
x
Reference in New Issue
Block a user