diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-06-06 09:29:51 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2023-06-06 19:23:43 +0200 |
commit | 1775872679f1ace1771a14294306aa6782b5b263 (patch) | |
tree | 854c16e809a3c64ef13da6634a5a1274d0a9e3a1 /units/systemd-growfs@.service.in | |
parent | Merge pull request #27938 from keszybz/ukify-build-verb (diff) | |
download | systemd-1775872679f1ace1771a14294306aa6782b5b263.tar.xz systemd-1775872679f1ace1771a14294306aa6782b5b263.zip |
units: change TimeoutSec=0 to TimeoutSec=infinity
Follow-up for #27936
Let's also update a bunch of static unit files, matching what we just
did for the generators.
Diffstat (limited to 'units/systemd-growfs@.service.in')
-rw-r--r-- | units/systemd-growfs@.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-growfs@.service.in b/units/systemd-growfs@.service.in index d7c90e96fc..90fb0a8661 100644 --- a/units/systemd-growfs@.service.in +++ b/units/systemd-growfs@.service.in @@ -21,4 +21,4 @@ Before=shutdown.target Type=oneshot RemainAfterExit=yes ExecStart={{ROOTLIBEXECDIR}}/systemd-growfs %f -TimeoutSec=0 +TimeoutSec=infinity |