From: parmentelat Date: Fri, 14 Dec 2018 12:12:43 +0000 (+0100) Subject: httpd is not started through systemd X-Git-Tag: plcapi-7.0-0~12 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=e450a7ff804c812404d99c7a955eb1e34f426218 httpd is not started through systemd --- diff --git a/Makefile b/Makefile index a0a8e12..ef55346 100644 --- 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