
Note when applying this update you will have to update existing nginx vhosts to match new listening addresses (IPv6). Preferably you should update them to unix socket though and apply the changes to the tor hidden service config as well
18 lines
365 B
Desktop File
18 lines
365 B
Desktop File
# This service is actually a systemd target,
|
|
# but we are using a service since targets cannot be reloaded.
|
|
|
|
[Unit]
|
|
Description=The PHP 7.2 FastCGI Process Manager (multi instance master)
|
|
Documentation=man:php-fpm7.2(8)
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/bin/true
|
|
ExecReload=/bin/true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|