MinIO centos7 设置开机启动服务

1,在/etc/systemd/system/下新建minio.service 文件:https://github.com/minio/minio-service/tree/master/linux-systemd/distributed

2,systemctl daemon-reload 重新加载服务文件

3,systemctl start minio.service 启动服务

4,systemctl enable minio.service 设置为开机启动

posted @ 2020-05-24 19:08  Baby~She  阅读(3887)  评论(0)    收藏  举报