diff options
author | Remi Collet <remi@remirepo.net> | 2017-09-25 15:24:19 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-09-25 15:24:19 +0200 |
commit | 7d4c56707996b642ac6373599077a6c87962bb0b (patch) | |
tree | 0bdf6be5532f4b20f086ba4a6fd939549bef6ab9 /php-fpm.wants | |
parent | eeefd950b9eb0619453a2b99a1324e03e158b341 (diff) |
F27: php now requires php-fpm and start it with httpd / nginx
Diffstat (limited to 'php-fpm.wants')
-rw-r--r-- | php-fpm.wants | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/php-fpm.wants b/php-fpm.wants new file mode 100644 index 0000000..5c7c8e4 --- /dev/null +++ b/php-fpm.wants @@ -0,0 +1,3 @@ +[Unit] +Wants=php-fpm.service + |