Add php8.1 service files

This commit is contained in:
2022-11-26 09:35:23 +01:00
parent d249d5ef89
commit dedf4d971d
3 changed files with 90 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# This service is actually a systemd target,
# but we are using a service since targets cannot be reloaded.
[Unit]
Description=The PHP 8.1 FastCGI Process Manager (multi instance master)
Documentation=man:php-fpm8.1(8)
After=network.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/true
ExecReload=/bin/true
[Install]
WantedBy=multi-user.target