但是,在执行
# supervisorctl
hhvm FATAL Exited too quickly (process log may have details)
#supervisor> status
hhvm FATAL Exited too quickly (process log may have details)
supervisor> hhvm FATAL Exited too quickly (process log may have details) FATAL
是看了我的提醒吗?
[program:hhvm]
command=/usr/bin/hhvm –mode server –config /etc/hhvm/config.hdf –config /etc/hhvm/php.ini -vServer.Type=fastcgi -vServer.Port=9000 ; the program (relative uses PATH, can take args)
;process_name=%(program_name)s ; process_name expr (default %(program_name)s)
numprocs=1 ; number of processes copies to start (def 1)
directory=/tmp ; directory to cwd to before exec (def no cwd)
autostart=true ; start at supervisord start (default: true)
autorestart=unexpected ; whether/when to restart (default: unexpected)
stopwaitsecs=10 ; max num secs to wait b4 SIGKILL (default 10)
user=nginx ; 你启动HHVM的用户名