-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added php-fpm systemd service files to enable http2 in Mission Portal
Ticket: ENT-11440 Changelog: title
- Loading branch information
1 parent
8334505
commit ccc8486
Showing
5 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[Unit] | ||
Description=CFEngine Enterprise PHP FastCGI Process Manager | ||
After=syslog.target | ||
Wants=cf-postgres.service | ||
After=cf-postgres.service | ||
ConditionPathExists=@workdir@/httpd/php/sbin/php-fpm | ||
PartOf=cfengine3.service | ||
|
||
[Service] | ||
ExecStart=@workdir@/httpd/php/sbin/php-fpm --nodaemonize | ||
ExecReload=/bin/kill -USR2 $MAINPID | ||
PIDFile=@workdir@/httpd/php-fpm.pid | ||
Type=simple | ||
|
||
[Install] | ||
WantedBy=multi-user.target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters