diff options
author | Remi Collet <remi@remirepo.net> | 2017-09-25 15:27:01 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-09-25 15:27:01 +0200 |
commit | 4375b924ac70bbbd6f130ecebe8f0c046e8663e5 (patch) | |
tree | 23b3830c060d08482206f7bd17426c93abe90b03 /php-fpm.wants | |
parent | 4801b14874a92e5fdaba2c86915831495833dd79 (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 + |