From dfaaeafc14c0b5c9c8e537f3abb9579946e57233 Mon Sep 17 00:00:00 2001 From: Taylor Helsper Date: Mon, 6 Jan 2020 17:46:29 -0600 Subject: [PATCH] Start docker services after container install --- rootfs/standard/etc/systemd/system/mempoolspace.service | 4 ++-- rootfs/standard/etc/systemd/system/webssh2.service | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rootfs/standard/etc/systemd/system/mempoolspace.service b/rootfs/standard/etc/systemd/system/mempoolspace.service index 11abd0da..1354a93d 100644 --- a/rootfs/standard/etc/systemd/system/mempoolspace.service +++ b/rootfs/standard/etc/systemd/system/mempoolspace.service @@ -3,8 +3,8 @@ [Unit] Description=MempoolSpace -Wants=www.service -After=www.service +Wants=www.service mynode_docker_images.service +After=www.service mynode_docker_images.service [Service] WorkingDirectory=/opt/mynode/mempoolspace diff --git a/rootfs/standard/etc/systemd/system/webssh2.service b/rootfs/standard/etc/systemd/system/webssh2.service index 9f8af324..0e9b674e 100644 --- a/rootfs/standard/etc/systemd/system/webssh2.service +++ b/rootfs/standard/etc/systemd/system/webssh2.service @@ -3,8 +3,8 @@ [Unit] Description=WebSSH2 -Wants=www.service -After=www.service +Wants=www.service mynode_docker_images.service +After=www.service mynode_docker_images.service [Service] WorkingDirectory=/opt/mynode/webssh2