httpd is not started through systemd
authorparmentelat <thierry.parmentelat@inria.fr>
Fri, 14 Dec 2018 12:12:43 +0000 (13:12 +0100)
committerparmentelat <thierry.parmentelat@inria.fr>
Fri, 14 Dec 2018 12:12:43 +0000 (13:12 +0100)
Makefile

index a0a8e12..ef55346 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -88,7 +88,7 @@ else
        +$(RSYNC) db-config.d/ $(SSHURL)/etc/planetlab/db-config.d/
        +$(RSYNC) plc.d/ $(SSHURL)/etc/plc.d/
        +$(RSYNC) apache/plc.wsgi $(SSHURL)/usr/share/plc_api/apache/
-       $(SSHCOMMAND) systemctl restart httpd
+       $(SSHCOMMAND) "/etc/plc.d/httpd stop; /etc/plc.d/httpd start"
 endif
 
 #################### convenience, for debugging only