From:             remi
Operating system: GNU/Linux (Fedora 17)
PHP version:      5.4.7
Package:          FPM related
Bug Type:         Feature/Change Request
Bug description:Systemd integration and daemonize

Description:
------------
Currently "daemonize" is a option taken from configuration file.

I think is is quite ugly to have a starting script of systemd unit file to
rely on a external configuration file.

I think a command line option will be more robust.

For ex, 
- in init script we could launch php-fpm --daemonize
- in systemd unit, we could launch php-fpm --nodaemonize

Without command line option, I propose to keep reading option from the
config file (to not break existing configuration).

We could also imagine another option (--debug) which run in foreground and
log everything need thing to screen (for interactive run).

What do you think ?
I could propose a patch


-- 
Edit bug report at https://bugs.php.net/bug.php?id=63085&edit=1
-- 
Try a snapshot (PHP 5.4):            
https://bugs.php.net/fix.php?id=63085&r=trysnapshot54
Try a snapshot (PHP 5.3):            
https://bugs.php.net/fix.php?id=63085&r=trysnapshot53
Try a snapshot (trunk):              
https://bugs.php.net/fix.php?id=63085&r=trysnapshottrunk
Fixed in SVN:                        
https://bugs.php.net/fix.php?id=63085&r=fixed
Fixed in SVN and need be documented: 
https://bugs.php.net/fix.php?id=63085&r=needdocs
Fixed in release:                    
https://bugs.php.net/fix.php?id=63085&r=alreadyfixed
Need backtrace:                      
https://bugs.php.net/fix.php?id=63085&r=needtrace
Need Reproduce Script:               
https://bugs.php.net/fix.php?id=63085&r=needscript
Try newer version:                   
https://bugs.php.net/fix.php?id=63085&r=oldversion
Not developer issue:                 
https://bugs.php.net/fix.php?id=63085&r=support
Expected behavior:                   
https://bugs.php.net/fix.php?id=63085&r=notwrong
Not enough info:                     
https://bugs.php.net/fix.php?id=63085&r=notenoughinfo
Submitted twice:                     
https://bugs.php.net/fix.php?id=63085&r=submittedtwice
register_globals:                    
https://bugs.php.net/fix.php?id=63085&r=globals
PHP 4 support discontinued:          
https://bugs.php.net/fix.php?id=63085&r=php4
Daylight Savings:                    https://bugs.php.net/fix.php?id=63085&r=dst
IIS Stability:                       
https://bugs.php.net/fix.php?id=63085&r=isapi
Install GNU Sed:                     
https://bugs.php.net/fix.php?id=63085&r=gnused
Floating point limitations:          
https://bugs.php.net/fix.php?id=63085&r=float
No Zend Extensions:                  
https://bugs.php.net/fix.php?id=63085&r=nozend
MySQL Configuration Error:           
https://bugs.php.net/fix.php?id=63085&r=mysqlcfg

Reply via email to