From 6403ce517a348baa2c453659258695d7896e4ddd Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 8 Aug 2022 18:18:53 -0400 Subject: [PATCH] iiab-expand-rootfs.service: TimeoutSec=infinity in [Service] --- roles/1-prep/templates/iiab-expand-rootfs.service | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/1-prep/templates/iiab-expand-rootfs.service b/roles/1-prep/templates/iiab-expand-rootfs.service index 89e42f2ab..1d29e4b90 100644 --- a/roles/1-prep/templates/iiab-expand-rootfs.service +++ b/roles/1-prep/templates/iiab-expand-rootfs.service @@ -8,6 +8,7 @@ Before=dphys-swapfile.service Environment=TERM=linux Type=oneshot ExecStart=/usr/sbin/iiab-expand-rootfs +TimeoutSec=infinity # "Standard output type syslog is obsolete" # StandardError=syslog # WHEREAS StandardError=journal is the default, per https://www.freedesktop.org/software/systemd/man/systemd.exec.html#StandardOutput=