blob: 2b4e775ca5beab5b19b67e9803cc5670c5fd0d4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|