From 483f7de4ab6a706517279a24d2efc969f4a1996d Mon Sep 17 00:00:00 2001 From: root Date: Mon, 28 May 2012 17:43:57 +0000 Subject: Mon May 28 17:43:57 UTC 2012 --- testing/php/php-fpm.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testing/php/php-fpm.service (limited to 'testing/php/php-fpm.service') diff --git a/testing/php/php-fpm.service b/testing/php/php-fpm.service new file mode 100644 index 000000000..2fd30113c --- /dev/null +++ b/testing/php/php-fpm.service @@ -0,0 +1,12 @@ +[Unit] +Description=FastCGI Process Manager for PHP +After=syslog.target network.target + +[Service] +Type=forking +PIDFile=/var/run/php-fpm/php-fpm.pid +ExecStart=/usr/sbin/php-fpm +ExecReload=/bin/kill -USR2 $MAINPID + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf