添加sky-PHP-agent启动服务
cd /usr/lib/systemd/systemvim sky-PHP-agent.service
[Unit]Description=The SkyWalking PHP-Agent Process ManagerAfter=syslog.target network.target[Service]Type=simple# Modify the corresponding directory and address hereExecStart=/usr/local/bin/sky-PHP-agent --grpc=127.0.0.1:11800 --sky-version=8 --socket=/tmp/sky-agent.sockExecStop=/bin/kill -SIGINT $MAINPID[Install]WantedBy=multi-user.target
启用该服务
systemctl enable sky-PHP-agent.service
启动
systemctl start sky-PHP-agent
查看状态
systemctl status sky-PHP-agent -l
停止
systemctl stop sky-PHP-agent
总结 以上是内存溢出为你收集整理的linux systemctl 服务管理全部内容,希望文章能够帮你解决linux systemctl 服务管理所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)