From be843181462f8133c2de3b1f02ab7c6f8b427210 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Jan 2015 14:05:34 +0100 Subject: php55-php: fix php-fpm.service.d location --- php-fpm.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'php-fpm.service') diff --git a/php-fpm.service b/php-fpm.service index 41f6bfe..05fc52d 100644 --- a/php-fpm.service +++ b/php-fpm.service @@ -1,6 +1,7 @@ # It's not recommended to modify this file in-place, because it will be # overwritten during package upgrades. If you want to customize, the -# best way is to create a file "/etc/systemd/system/php-fpm.service". +# best way is to drop a file with the suffix .conf in +# /etc/systemd/system/php-fpm.service.d [Unit] Description=The PHP FastCGI Process Manager -- cgit