From 899fe18b5f94ed4e3fffcf0b9b3f94c98fdc8466 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 14 Jan 2014 15:17:08 +0100 Subject: [PATCH] pushes stuff from systemd/ and not from initscripts anymore --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f153425..c84241d 100644 --- a/Makefile +++ b/Makefile @@ -113,7 +113,8 @@ else @echo xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +$(RSYNC) --exclude sshsh $(LXC_EXCLUDES) --delete-excluded ./ $(NODEURL)/usr/share/NodeManager/ +$(RSYNC) ./sshsh $(NODEURL)/bin/ - +$(RSYNC) ./initscripts/nm $(NODEURL)/etc/init.d/nm +# +$(RSYNC) ./initscripts/nm $(NODEURL)/etc/init.d/nm + +$(RSYNC) ./systemd/ $(NODEURL)/usr/lib/systemd/system/ # ssh -i $(NODE).key.rsa root@$(NODE) service nm restart endif -- 2.43.0