From b49f811f0811b3909c812675391d0c46ef153ab7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 17 Nov 2025 08:41:01 +0100 Subject: move httpd/nginx drop-ins back to /usr/lib/systemd/system #2415127 --- php-fpm.wants | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'php-fpm.wants') diff --git a/php-fpm.wants b/php-fpm.wants index 5c7c8e4..2b4e775 100644 --- a/php-fpm.wants +++ b/php-fpm.wants @@ -1,3 +1,12 @@ +# This file provides default configuration and will be overwritten on package upgrades. +# Do not edit it directly. +# +# To customize: +# 1. Copy this file, preserving its name, to /etc/systemd/system/.d/ +# (create the directory if it does not exist) +# 2. Edit the copy as needed +# 3. Run: systemctl daemon-reload + [Unit] Wants=php-fpm.service -- cgit