#34609 closed enhancement (invalid)
php54-fpm: deamon script
Reported by: | rgigger@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.1 |
Keywords: | Cc: | jyrkiwahlstedt | |
Port: | php54-fpm |
Description
When you install most server software, for instance postgresql90-server or apache2, it installs a deamon script that will allow you to have the server start on boot. The php54-fpm port seems to be missing the script, forcing you to start it by hand every time or roll your own script.
Change History (3)
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | php-fpm php fastcgi removed |
---|---|
Milestone: | MacPorts Future |
Owner: | changed from macports-tickets@… to ryandesign@… |
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | jwa@… added |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Summary: | deamon script for php54-fpm → php54-fpm: deamon script |
comment:3 Changed 12 years ago by rgigger@…
Oh thanks. I must have installed it once and not noticed that it was already there, waiting to be started.
Note: See
TracTickets for help on using
tickets.
php54-fpm (and php53-fpm) do indeed already provide a startup script, in the usual MacPorts way. The port printed instructions about how to use it when you installed it, but it's simply "sudo port load php54-fpm" to start it now and at system startup, and "sudo port unload php54-fpm" to stop it now and no longer start it at system startup, as usual. You may need to create /opt/local/etc/php54/php-fpm.conf from /opt/local/etc/php54/php-fpm.conf.default first and customize it.