Skip to content

Commit a251eda

Browse files
Merge pull request #5482 from craigcomstock/3.21.x
Changed cf-apache systemd unit to reload configuration gracefully (3.21)
2 parents 1c92888 + 74fcc5e commit a251eda

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)