Droped php7.2 systemd.service files

This commit is contained in:
Daniel Winzen
2018-12-04 13:29:17 +01:00
parent c651bb65c7
commit 4f059e66f7
3 changed files with 0 additions and 51 deletions

View File

@ -1,17 +0,0 @@
# 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