happyfish100 / fastdfs

FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. Wechat/Weixin public account (Chinese Language): fastdfs
GNU General Public License v3.0
8.99k stars 1.98k forks source link

我希望用supervisor管理进程,fastdfs可以在前台启动吗? #574

Closed GeXin666 closed 2 years ago

GeXin666 commented 2 years ago

作者您好,我希望使用supervisor管理进程,希望能够在前台启动fastdfs,请问该怎么做? 类似的比如nginx,可以通过 /usr/local/nginx/sbin/nginx -g 'daemon off;' 指定前台启动。

happyfish100 commented 2 years ago

后续可以支持