💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
``` 在/lib/systemd/system/目录或者/etc/systemd/system/目录下创建service结尾的文件如swoole.service文件 [Unit] Description=swoole websocket [Service] Type=simple #EnvironmentFile=/etc/systemd/test.conf ExecStart=/usr/bin/php /home/swoole/extend/lib/Swoole.php ExecReload=/bin/kill --USR1 $MAINPID ExecStop=/bin/kill -SIGTERM $MAINPID [Install] WantedBy=multi-user.target ``` $ MAINPID是服务的systemd变量,它指向主应用程序的PID。