pushes stuff from systemd/ and not from initscripts anymore
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 14 Jan 2014 14:17:08 +0000 (15:17 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 14 Jan 2014 14:17:08 +0000 (15:17 +0100)
Makefile

index f153425..c84241d 100644 (file)
--- 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