Skip to content

Commit 74fcc5e

Browse files
committed
Changed cf-apache systemd unit to reload configuration gracefully
apachectl graceful doesn't close currently open connections. Ticket: ENT-11526 Changelog: title (cherry picked from commit d3e0ed0)
1 parent 1c92888 commit 74fcc5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

misc/systemd/cf-apache.service.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ PartOf=cfengine3.service
1010
Type=forking
1111
ExecStart=@workdir@/httpd/bin/apachectl start
1212
ExecStop=@workdir@/httpd/bin/apachectl stop
13+
ExecReload=@workdir@/httpd/bin/apachectl graceful
1314
PIDFile=@workdir@/httpd/httpd.pid
1415
Restart=always
1516
RestartSec=10

0 commit comments

Comments
 (0)