From 2194fcd8a9e560236e40a77121555ae160469288 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Jul 2026 15:20:15 +0200 Subject: dup 8.4 --- php-fpm.wants | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 php-fpm.wants (limited to 'php-fpm.wants') diff --git a/php-fpm.wants b/php-fpm.wants new file mode 100644 index 0000000..2b4e775 --- /dev/null +++ b/php-fpm.wants @@ -0,0 +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