From 6067351fc842e49ab734ed49daa102fcf217b4f9 Mon Sep 17 00:00:00 2001 From: Prince Date: Thu, 26 Apr 2018 21:22:50 +0000 Subject: [PATCH] Keep updategraph service active after start --- files/image_config/updategraph/updategraph.service | 1 + 1 file changed, 1 insertion(+) diff --git a/files/image_config/updategraph/updategraph.service b/files/image_config/updategraph/updategraph.service index 4599f56bdc64..ec478d93a132 100644 --- a/files/image_config/updategraph/updategraph.service +++ b/files/image_config/updategraph/updategraph.service @@ -7,6 +7,7 @@ Requires=database.service [Service] Type=oneshot ExecStart=/usr/bin/updategraph +RemainAfterExit=yes [Install] WantedBy=multi-user.target