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

最新版本支持前台启动fastdfs了吗? #589

Closed GeXin666 closed 1 year ago

GeXin666 commented 1 year ago

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

happyfish100 commented 1 year ago

最新的 v6.09 已经支持了,启动 fdfs_trackerd 或 fdfs_storaged,加上参数 -N 即可。

GeXin666 commented 1 year ago

谢谢大佬的回复,马上更新,结合supervisor后会非常完美。