Created
July 27, 2023 11:02
-
-
Save askdkc/28480a0af1301993d92187920abec3bc to your computer and use it in GitHub Desktop.
fork safe php
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>KeepAlive</key> | |
<true/> | |
<key>Label</key> | |
<string>homebrew.mxcl.php</string> | |
<key>LimitLoadToSessionType</key> | |
<array> | |
<string>Aqua</string> | |
<string>Background</string> | |
<string>LoginWindow</string> | |
<string>StandardIO</string> | |
<string>System</string> | |
</array> | |
<key>ProgramArguments</key> | |
<array> | |
<string>/opt/homebrew/opt/php/sbin/php-fpm</string> | |
<string>--nodaemonize</string> | |
</array> | |
<key>RunAtLoad</key> | |
<true/> | |
<key>EnvironmentVariables</key> | |
<dict> | |
<key>OBJC_DISABLE_INITIALIZE_FORK_SAFETY</key> | |
<string>YES</string> | |
</dict> | |
<key>StandardErrorPath</key> | |
<string>/opt/homebrew/var/log/php-fpm.log</string> | |
<key>WorkingDirectory</key> | |
<string>/opt/homebrew/var</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment