Skip to content

Commit

Permalink
libre
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock committed Sep 12, 2024
1 parent 6750a2d commit 966793d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions misc/systemd/cf-apache.service.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[Unit]
Description=CFEngine Enterprise Webserver
After=syslog.target
Wants=cf-postgres.service
After=cf-postgres.service
Wants=cf-php-fpm.service
After=cf-php-fpm.service
ConditionPathExists=@workdir@/httpd/bin/apachectl
PartOf=cfengine3.service

Expand Down
4 changes: 2 additions & 2 deletions misc/systemd/cf-php-fpm.service.mustache.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ ConditionPathExists=@workdir@/httpd/php/sbin/php-fpm
PartOf=cfengine3.service

[Service]
ExecStart={{{vars.sys.workdir}}}/httpd/php/sbin/php-fpm --nodaemonize
ExecStart=@workdir@/httpd/php/sbin/php-fpm --nodaemonize
ExecReload=/bin/kill -USR2 $MAINPID
PIDFile={{{vars.sys.workdir}}}/httpd/php-fpm.pid
PIDFile=@workdir@/httpd/php-fpm.pid
Type=simple

[Install]
Expand Down

0 comments on commit 966793d

Please sign in to comment.