From 48ae728a00604972cfab420d4c2e3bd1ed2be703 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 14 Apr 2015 14:25:14 +0000 Subject: Openstack: Make Horizon configurable Signed-off-by: Pedro Alvarez Signed-off-by: Francisco Redondo Marchena Signed-off-by: Zara Zaimeche Signed-off-by: Mike Smith Change-Id: Ifead2518e116cffacefa27ef8a105d9baefe9513 --- openstack/usr/lib/systemd/system/apache-httpd.service | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 openstack/usr/lib/systemd/system/apache-httpd.service (limited to 'openstack/usr/lib/systemd/system/apache-httpd.service') diff --git a/openstack/usr/lib/systemd/system/apache-httpd.service b/openstack/usr/lib/systemd/system/apache-httpd.service new file mode 100644 index 00000000..adc84f40 --- /dev/null +++ b/openstack/usr/lib/systemd/system/apache-httpd.service @@ -0,0 +1,16 @@ +[Unit] +Description=Apache Web Server +After=network-online.target remote-fs.target nss-lookup.target +Wants=network-online.target + +[Service] +Type=forking +PIDFile=/var/run/httpd.pid +ExecStart=/usr/sbin/apachectl start +ExecStop=/usr/sbin/apachectl graceful-stop +ExecReload=/usr/sbin/apachectl graceful +PrivateTmp=true +LimitNOFILE=infinity + +[Install] +WantedBy=multi-user.target -- cgit v1.2.1