diff options
| author | Joe Orton <jorton@redhat.com> | 2011-04-12 15:39:15 +0100 |
|---|---|---|
| committer | Joe Orton <jorton@redhat.com> | 2011-04-12 15:39:15 +0100 |
| commit | bd3365ed3ec3f117b8c344903c39e55df14aee48 (patch) | |
| tree | a70cdb860c6fc4c9c37cf8f77b6bc54c35538dd0 /httpd.sysconf | |
| parent | e2ddae2555699b836d205e34aa13d5f72c3d40f4 (diff) | |
add systemd service files (#684175, thanks to Jóhann B. Guðmundsson)
Diffstat (limited to 'httpd.sysconf')
| -rw-r--r-- | httpd.sysconf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/httpd.sysconf b/httpd.sysconf index b5ec1e7..b57ac38 100644 --- a/httpd.sysconf +++ b/httpd.sysconf @@ -27,4 +27,12 @@ # To allow a longer delay, set the STOP_TIMEOUT variable. # #STOP_TIMEOUT=10 + +# +# By default, the httpd process will create the file +# /var/run/httpd/httpd.pid in which it records its process +# identification number when it starts. If an alternate location is +# specified in httpd.conf (via the PidFile directive), the new +# location needs to be reported in the PIDFILE. # +#PIDFILE=/var/run/httpd/httpd.pid |
