1.在系统服务目录里创建php-fpm.service文件
vi /lib/systemd/system/php-fpm.service
写入以下内容(路径改成自己的)
[Unit]
Description=php-fpm
After=network.target
[Service]
Type=forking
ExecStart=/usr/local/php-7.1.7/sbin/php-fpm
PrivateTmp=true
[Install]
WantedBy=multi-user.target
2.加入开机自启(重启后生效)
systemctl enable php-fpm.service #注意后面不能跟空格
3.查看运行的服务
systemctl list-units --type=service #查看运行的服务
最新评论
本来在正常下载,突然就不能下载,并出现报错:a socket operation was attempted to an unreachable network。请问是什么原因呢
试了,还是不行,能不能更新一下
试了,确实不行,能不能更新一下
也推荐一下我自己写的 https://twitdown.com