Contents of /trunk/php/php-fpm.service
Parent Directory | Revision Log
Revision 1934 -
(show annotations)
(download)
Wed Oct 31 19:40:58 2012 UTC (12 years ago) by niro
File size: 298 byte(s)
Wed Oct 31 19:40:58 2012 UTC (12 years ago) by niro
File size: 298 byte(s)
-added php configuration files
1 | [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 |