Magellan Linux

Annotation of /trunk/php/php-fpm.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1934 - (hide annotations) (download)
Wed Oct 31 19:40:58 2012 UTC (11 years, 6 months ago) by niro
File size: 298 byte(s)
-added php configuration files
1 niro 1934 [Unit]
2     Description=The PHP FastCGI Process Manager
3     After=syslog.target network.target
4    
5     [Service]
6     PIDFile=/run/php-fpm/php-fpm.pid
7     EnvironmentFile=/etc/conf.d/php-fpm
8     ExecStart=/usr/sbin/php-fpm --nodaemonize
9     ExecReload=/bin/kill -USR2 $MAINPID
10     PrivateTmp=true
11    
12     [Install]
13     WantedBy=multi-user.target