From 397b3330b92fe0c37f923ae1ec20103614572517 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 1 Apr 2019 16:49:03 +0200 Subject: [PATCH] restart all 3 service upon make sync --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c6b1b338..90e70def 100644 --- a/Makefile +++ b/Makefile @@ -196,6 +196,7 @@ syncrestart: synccheck -$(SSHCOMMAND) systemctl --system daemon-reload $(SSHCOMMAND) systemctl restart sfa-db $(SSHCOMMAND) systemctl restart sfa-aggregate + $(SSHCOMMAND) systemctl restart sfa-registry syncmig: +$(RSYNC) ./sfa/storage/migrations $(SSHURL)/usr/share/sfa/ -- 2.43.0