summaryrefslogtreecommitdiffstats
path: root/php-fpm.wants
diff options
context:
space:
mode:
Diffstat (limited to 'php-fpm.wants')
-rw-r--r--php-fpm.wants12
1 files changed, 12 insertions, 0 deletions
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/<unit>.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
+