From 4dcceb3f120918bdd198865064d974ec3ec5f037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Mon, 10 Sep 2018 21:29:19 +0200 Subject: [PATCH] Double waiting time Just in case. --- .../common/lib/systemd/system/armbian-resize-filesystem.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bsp/common/lib/systemd/system/armbian-resize-filesystem.service b/packages/bsp/common/lib/systemd/system/armbian-resize-filesystem.service index 83b51f8704..5c81178414 100644 --- a/packages/bsp/common/lib/systemd/system/armbian-resize-filesystem.service +++ b/packages/bsp/common/lib/systemd/system/armbian-resize-filesystem.service @@ -12,7 +12,7 @@ DefaultDependencies=no Type=oneshot RemainAfterExit=yes ExecStart=/usr/lib/armbian/armbian-resize-filesystem start -TimeoutStartSec=3min +TimeoutStartSec=6min [Install] WantedBy=basic.target