Ich möchte php7-fpm auf CentOs starten.Php7-fpm läuft nicht in Centos7
Ich beginne fpm mit dem folgenden Befehl: systemctl start php7-fpm.service
ich keinen Fehler haben, und php7-fpm nicht läuft ("netstat -lntp`)
Wenn ich diesen Befehl ausführen systemctl status php7-fpm.service
, erhalte ich diese :
systemctl status php7-fpm.service
● php7-fpm.service - LSB: starts php7-fpm
Loaded: loaded (/etc/rc.d/init.d/php7-fpm)
Active: active (exited) since mar. 2016-07-12 17:12:43 CEST; 15h ago
Docs: man:systemd-sysv-generator(8)
Process: 818 ExecStart=/etc/rc.d/init.d/php7-fpm start (code=exited, status=0/SUCCESS)
juil. 12 17:12:42 centos7 systemd[1]: Starting LSB: starts php7-fpm...
juil. 12 17:12:42 centos7 php7-fpm[818]: /etc/rc.d/init.d/php7-fpm: ligne40: init_is_upstart : command not found
juil. 12 17:12:42 centos7 php7-fpm[818]: /etc/rc.d/init.d/php7-fpm: ligne119: log_daemon_msg : command not found
juil. 12 17:12:43 centos7 php7-fpm[818]: /etc/rc.d/init.d/php7-fpm: ligne68: start-stop-daemon : command not found
juil. 12 17:12:43 centos7 php7-fpm[818]: /etc/rc.d/init.d/php7-fpm: ligne125: log_end_msg : command not found
juil. 12 17:12:43 centos7 systemd[1]: Started LSB: starts php7-fpm.
juil. 12 17:24:51 centos7 systemd[1]: Started LSB: starts php7-fpm.
Wie kann ich php7-fpm laufen?