Skip to content

Commit

Permalink
Changed cf-apache systemd unit to reload configuration gracefully
Browse files Browse the repository at this point in the history
apachectl graceful doesn't close currently open connections.

Ticket: ENT-11526
Changelog: title
(cherry picked from commit d3e0ed0)
  • Loading branch information
craigcomstock committed Apr 20, 2024
1 parent 1c92888 commit 74fcc5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/systemd/cf-apache.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ PartOf=cfengine3.service
Type=forking
ExecStart=@workdir@/httpd/bin/apachectl start
ExecStop=@workdir@/httpd/bin/apachectl stop
ExecReload=@workdir@/httpd/bin/apachectl graceful
PIDFile=@workdir@/httpd/httpd.pid
Restart=always
RestartSec=10
Expand Down

0 comments on commit 74fcc5e

Please sign in to comment.