Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/php/files: php-fpm_at-simple.service php-fpm_at.service
Date: Sun, 02 Feb 2014 21:10:28
Message-Id: 20140202211023.ABE972004E@flycatcher.gentoo.org
1 pacho 14/02/02 21:10:23
2
3 Added: php-fpm_at-simple.service php-fpm_at.service
4 Log:
5 Rework systemd support (#439918)
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.1 dev-lang/php/files/php-fpm_at-simple.service
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/php-fpm_at-simple.service?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/php-fpm_at-simple.service?rev=1.1&content-type=text/plain
14
15 Index: php-fpm_at-simple.service
16 ===================================================================
17 [Unit]
18 Description=The PHP FastCGI Process Manager
19 After=network.target
20
21 [Service]
22 Type=simple
23 PIDFile=/run/php-fpm/php-fpm-%I.pid
24 ExecStart=/usr/libexec/php-fpm-launcher php%I -y /etc/php/fpm-php%I/php-fpm.conf --nodaemonize
25 ExecReload=/bin/kill -USR2 $MAINPID
26 PrivateTmp=true
27
28 [Install]
29 WantedBy=multi-user.target
30
31
32
33 1.1 dev-lang/php/files/php-fpm_at.service
34
35 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/php-fpm_at.service?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/php-fpm_at.service?rev=1.1&content-type=text/plain
37
38 Index: php-fpm_at.service
39 ===================================================================
40 [Unit]
41 Description=The PHP FastCGI Process Manager
42 After=network.target
43
44 [Service]
45 Type=notify
46 PIDFile=/run/php-fpm/php-fpm-%I.pid
47 ExecStart=/usr/libexec/php-fpm-launcher php%I -y /etc/php/fpm-php%I/php-fpm.conf --nodaemonize
48 ExecReload=/bin/kill -USR2 $MAINPID
49 PrivateTmp=true
50
51 [Install]
52 WantedBy=multi-user.target