6 Star 6 Fork 2

李铭昕 / service-registry-swoole-phalcon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
socket.service 348 Bytes
一键复制 编辑 原始数据 按行查看 历史
李铭昕 提交于 2017-10-09 09:48 . * Swoole服务 增加用户组
[Unit]
Description=Socket Server
After=network.target
After=syslog.target
[Service]
Type=forking
PIDFile=/opt/www/phalcon/socket.pid
Restart=always
User=nginx
Group=nginx
ExecStart=/usr/local/bin/php /opt/www/phalcon/run server
ExecStop=/bin/kill $MAINPID
ExecReload=/bin/kill -USR1 $MAINPID
[Install]
WantedBy=multi-user.target graphical.target
PHP
1
https://gitee.com/limingxinleo/service-registry-swoole-phalcon.git
git@gitee.com:limingxinleo/service-registry-swoole-phalcon.git
limingxinleo
service-registry-swoole-phalcon
service-registry-swoole-phalcon
registry

搜索帮助