From c711ee8af9f094852c6d1917a0b111a276e7b320 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 24 Mar 2012 08:24:02 +0100 Subject: httpd: import from rawhide (version 2.4.1) --- httpd.service | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 httpd.service (limited to 'httpd.service') diff --git a/httpd.service b/httpd.service new file mode 100644 index 0000000..fda59d2 --- /dev/null +++ b/httpd.service @@ -0,0 +1,16 @@ +[Unit] +Description=The Apache HTTP Server +After=syslog.target network.target remote-fs.target nss-lookup.target + +[Service] +Type=forking +PIDFile=/var/run/httpd/httpd.pid +EnvironmentFile=/etc/sysconfig/httpd +ExecStart=/usr/sbin/httpd $OPTIONS +ExecReload=/usr/sbin/httpd $OPTIONS -t +ExecReload=/usr/sbin/httpd -HUP $MAINPID +ExecStop=/usr/sbin/httpd $OPTIONS -k graceful-stop +PrivateTmp=true + +[Install] +WantedBy=multi-user.target -- cgit