diff options
author | Remi Collet <remi@remirepo.net> | 2017-09-25 15:17:39 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-09-25 15:17:39 +0200 |
commit | 83353a48a8f5935f8c9eb1a21e9ddbb6deb0c08e (patch) | |
tree | 21b43c0d9d43f7e74199bcaf3982e0a7fd8fd68d /php-fpm.wants | |
parent | b1c22054d13ed677c0a4baecf087bb3c824b3ec0 (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..a16b45f --- /dev/null +++ b/php-fpm.wants @@ -0,0 +1,3 @@ +[Unit] +Wants=php56-php-fpm.service + |