From 0130d9e1882ce0f79bb31c0f72dc286e65bcc358 Mon Sep 17 00:00:00 2001 From: Taylor Helsper Date: Tue, 7 Jan 2020 20:52:54 -0600 Subject: [PATCH] Delay docker image restart --- rootfs/standard/etc/systemd/system/docker_images.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/standard/etc/systemd/system/docker_images.service b/rootfs/standard/etc/systemd/system/docker_images.service index db674b89..31061d26 100644 --- a/rootfs/standard/etc/systemd/system/docker_images.service +++ b/rootfs/standard/etc/systemd/system/docker_images.service @@ -16,7 +16,7 @@ StandardOutput=syslog StandardError=syslog SyslogIdentifier=mynode_docker_images Restart=always -RestartSec=300 +RestartSec=86400 [Install] WantedBy=multi-user.target